Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix deprecation messages in tests | Valery Sizov | 2015-12-03 | 3 | -3/+3 |
* | git rid of deprecated warningsdeprecated_warnings | Valery Sizov | 2015-12-02 | 1 | -0/+5 |
* | Merge branch 'upload_hook' into 'master' | Valery Sizov | 2015-11-30 | 1 | -3/+7 |
|\ | |||||
| * | Fire update hook from GitLab | Valery Sizov | 2015-11-30 | 1 | -3/+7 |
* | | Merge branch 'rails_update_to_4_2' into 'master' | Valery Sizov | 2015-11-30 | 3 | -7/+6 |
|\ \ | |/ |/| | |||||
| * | test fix | Valery Sizov | 2015-11-30 | 1 | -1/+1 |
| * | fix specsrails_update_to_4_2 | Valery Sizov | 2015-11-30 | 1 | -3/+3 |
| * | Migrate mailers to ActiveJob | Valery Sizov | 2015-11-26 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/master' into rails_update_to_4_2 | Valery Sizov | 2015-11-26 | 1 | -2/+1 |
| |\ | |||||
| * | | Rails update to 4.2.4 | Valery Sizov | 2015-11-25 | 1 | -3/+2 |
* | | | Merge branch 'expire-application-settings-startup' of https://gitlab.com/stan... | Dmitriy Zaporozhets | 2015-11-30 | 2 | -4/+20 |
|\ \ \ | |||||
| * | | | Expire application settings from cache at startup | Stan Hu | 2015-11-25 | 2 | -4/+20 |
| |/ / | |||||
* | | | Merge branch 'jcorcuera/gitlab-ce-issue_3428' | Douwe Maan | 2015-11-27 | 3 | -0/+39 |
|\ \ \ | |||||
| * | | | Strip attributes for Milestone and Issuable. #3428 | Jose Corcuera | 2015-11-26 | 3 | -0/+39 |
| | |/ | |/| | |||||
* | | | Merge pull request #9670 from janten/gravatar-retina | Stan Hu | 2015-11-26 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix merge error | Jan-Gerd Tenberge | 2015-10-22 | 39 | -475/+758 |
| |\ \ | |||||
| * | | | Add scale argument in user class | Jan-Gerd Tenberge | 2015-09-26 | 1 | -2/+2 |
* | | | | Remove enumerize gemrs-remove-enumerize | Robert Speicher | 2015-11-25 | 1 | -2/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'ci-artifacts-path' into 'master' | Robert Speicher | 2015-11-23 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Expose artifacts pathci-artifacts-path | Kamil Trzcinski | 2015-11-23 | 1 | -1/+1 |
* | | | | Merge branch 'ci-fix-500' into 'master' | Robert Speicher | 2015-11-23 | 2 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | Fix 500 when using CIci-fix-500 | Kamil Trzcinski | 2015-11-23 | 2 | -0/+3 |
| |/ / / | |||||
* | | | | Merge branch 'issue_2296' into 'master' | Douwe Maan | 2015-11-23 | 2 | -4/+34 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix bug that happened when replacing the Task list. #2296 | Rubén Dávila | 2015-11-20 | 1 | -1/+1 |
| * | | | Monkey patching TaskList::Item is no longer required. #2296 | Rubén Dávila | 2015-11-20 | 1 | -0/+2 |
| * | | | Generate system note after Task item has been updated on Issue or Merge Reque... | Ruben Davila | 2015-11-19 | 2 | -4/+32 |
* | | | | Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-api | Robert Schilling | 2015-11-21 | 2 | -0/+20 |
* | | | | Handle removed source projects in MR CI commitsfix-merge-requests-without-source-projects | Yorick Peterse | 2015-11-20 | 1 | -1/+1 |
* | | | | Fix Drone web hook URL not being updated | Stan Hu | 2015-11-20 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge branch 'ci-yaml-validation' into 'master' | Kamil Trzciński | 2015-11-19 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Don't rescue Exception, but StandardErrorci-yaml-validation | Kamil Trzcinski | 2015-11-19 | 1 | -6/+3 |
| * | | | Fix tests | Kamil Trzcinski | 2015-11-19 | 1 | -1/+1 |
| * | | | Commits without .gitlab-ci.yml are marked as skipped | Kamil Trzcinski | 2015-11-19 | 1 | -1/+4 |
* | | | | Merge branch 'emoji_votes' into 'master' | Dmitriy Zaporozhets | 2015-11-19 | 2 | -87/+10 |
|\ \ \ \ | |||||
| * | | | | adressing comments | Valery Sizov | 2015-11-19 | 1 | -2/+3 |
| * | | | | added spinach tests | Valery Sizov | 2015-11-19 | 1 | -0/+1 |
| * | | | | addressing comments | Valery Sizov | 2015-11-19 | 1 | -2/+2 |
| * | | | | award emoji | Valery Sizov | 2015-11-19 | 2 | -87/+8 |
* | | | | | Merge branch 'finding-issues-by-labels-performance' into 'master' | Dmitriy Zaporozhets | 2015-11-19 | 2 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Use a JOIN in IssuableFinder#by_project | Yorick Peterse | 2015-11-19 | 2 | -0/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow' int... | Robert Speicher | 2015-11-19 | 1 | -22/+60 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Rename `not_auth_*` ability methods to `anonymous_*`dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow | Robert Speicher | 2015-11-17 | 1 | -10/+9 |
| * | | | | Minor refactoring | Douwe Maan | 2015-11-17 | 1 | -8/+14 |
| * | | | | Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-... | Douwe Maan | 2015-11-17 | 41 | -151/+347 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into fix-personal-snippet-access-workflow | Douglas Barbosa Alexandre | 2015-11-09 | 10 | -20/+32 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into fix-personal-snippet-access-workflow | Douglas Barbosa Alexandre | 2015-11-03 | 2 | -1/+10 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into fix-personal-snippet-access-workflow | Douglas Barbosa Alexandre | 2015-11-02 | 2 | -16/+11 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix ability name for public or internal personal snippets | Douglas Barbosa Alexandre | 2015-11-02 | 1 | -1/+1 |
| * | | | | | | | | Improve personal snippet access workflow. Fixes #3258 | Douglas Barbosa Alexandre | 2015-10-29 | 1 | -16/+49 |
* | | | | | | | | | Merge branch 'atom-feed-latest-update' into 'master' | Yorick Peterse | 2015-11-19 | 5 | -34/+70 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | |