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
AgeCommit message (Expand)Author
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-22Use to_reference for issue and merge request mentionable specsRobert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
2015-06-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-06-20Merge branch 'snippet_optional_filename' into 'master'Douwe Maan
2015-06-20Make snippet filename optional.Nicolas
2015-06-19Add convenience methods to User for getting and setting 2FA statusRobert Speicher
2015-06-17Spec and refactor User.find_for_commitRobert Speicher
2015-06-15Look for .gitlab-ci.yml only if checkout_sha is presentDmitriy Zaporozhets
2015-06-15Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets
2015-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-06-14Merge pull request #9340 from jvanbaarsen/update-noteableDmitriy Zaporozhets
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher
2015-06-14Add `dashboard` attribute to User modelRobert Speicher
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
2015-06-12Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan
2015-06-11session_expire_seconds => session_expire_delaythemaze75
2015-06-10"expect { }.not_to raise_error" no longer takes a specific classRobert Speicher
2015-06-10ensure_length_of -> validate_length_ofRobert Speicher
2015-06-09Correctly remove already-mentioned commits for cross referencesRobert Speicher
2015-06-05Add session expiration delay configuration through UI applicationEric Maziade
2015-06-05Update noteable after a new note is addedJeroen van Baarsen
2015-06-04Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets
2015-06-02GitLab CI service sends gitlab-ci.yml fileValery Sizov
2015-05-28Make namespace API available to all usersStan Hu
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-05-27Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets
2015-05-27Merge branch 'fix-hipchat-default-api-version' into 'master'Douwe Maan
2015-05-27Allow HipChat API version to be blank and default to v2Stan Hu
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-05-26Support only double quotes for multi-word label referencesRobert Speicher
2015-05-26Update CommitRange#to_reference to use full SHAsRobert Speicher
2015-05-26Minor model spec cleanupsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-05-26Change percent_complete rescue value from 100 to 0Jonah Bishop
2015-05-22Add support for Webhook note eventsStan Hu
2015-05-12Merge branch 'rs-system-note' into 'master'Dmitriy Zaporozhets
2015-05-11Simplify Note model specsRobert Speicher
2015-05-11Add a SystemNoteService classRobert Speicher
2015-05-11Note's voting specs don't need to persist to the databaseRobert Speicher
2015-05-10Re-annotate User modelRobert Speicher
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-05-05fix gitlab CI linksValery Sizov
2015-05-03Re-annotate modelsStan Hu
2015-05-02Add application setting to restrict user signups to e-mail domainsStan Hu
2015-05-01Improve/add specs for `Project#get_issue` and `#issue_exists?`Robert Speicher
2015-04-30Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan
2015-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov