Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explain why we have an 'overflow' statelazy-diffs | Jacob Vosmaer | 2016-03-03 | 1 | -2/+7 |
| | |||||
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffs | Jacob Vosmaer | 2016-03-03 | 6 | -30/+39 |
|\ | |||||
| * | Merge branch 'issue_4095' into 'master' | Dmitriy Zaporozhets | 2016-03-03 | 2 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | | | Don't show Issues/MRs from archived projects in Groups view Fixes #4095 See merge request !2980 | ||||
| | * | Don't list issues from archived projects in Group view. | Rubén Dávila | 2016-03-02 | 2 | -1/+2 |
| | | | |||||
| * | | Merge branch 'issue_13501' into 'master' | Robert Speicher | 2016-03-02 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add link to open merge requests on label index Closes #13501 See merge request !3057 | ||||
| | * | | Add open_merge_requests_count method | Alfredo Sumaran | 2016-03-01 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add association to merge requests | Alfredo Sumaran | 2016-03-01 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge branch 'issue_13623' into 'master' | Douwe Maan | 2016-03-02 | 1 | -10/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Show days remaining instead of elapsed time for Milestone. Closes #13623 See merge request !2978 | ||||
| | * | | Little refactor for milestone_remaining_days helper from last code review.issue_13623 | Rubén Dávila | 2016-03-01 | 1 | -2/+1 |
| | | | | |||||
| | * | | Show days remaining instead of elapsed time for Milestone. | Rubén Dávila | 2016-03-01 | 1 | -10/+4 |
| | |/ | |||||
| * | | Add some specs for Repository#revert.issue_13716 | Rubén Dávila | 2016-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Check for conflicts before creating target branch. | Rubén Dávila | 2016-03-01 | 1 | -12/+20 |
| |/ | |||||
| * | Merge branch 'rs-avatar-validation' into 'master' | Douwe Maan | 2016-03-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Only validate avatar cropping values when avatar is present AND changed Closes #13905 See merge request !3018 | ||||
| | * | Only validate avatar cropping values when avatar is present AND changedrs-avatar-validation | Robert Speicher | 2016-02-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes #13905 | ||||
| * | | Merge branch 'rs-fix-user-namespace_uniq' into 'master' | Douwe Maan | 2016-03-01 | 1 | -1/+2 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly check for a pre-existing error in `User#namespace_uniq` Rails adds an empty error to the Errors object even if you just call `#[]` on it: ``` [1] pry(main)> u = User.last [2] pry(main)> u.errors.keys => [] [3] pry(main)> u.errors[:username].present? => false [4] pry(main)> u.errors.keys => [:username] ``` See merge request !3017 | ||||
| | * | Properly check for a pre-existing error in `User#namespace_uniq`rs-fix-user-namespace_uniq | Robert Speicher | 2016-02-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails adds an empty error to the Errors object even if you just call `#[]` on it: ``` [1] pry(main)> u = User.last [2] pry(main)> u.errors.keys => [] [3] pry(main)> u.errors[:username].present? => false [4] pry(main)> u.errors.keys => [:username] ``` | ||||
| * | | Reset `otp_grace_period_started_at` after disabling 2FA | Robert Speicher | 2016-02-29 | 1 | -5/+6 |
| |/ | | | | | | | | | | | Prior, if the user enabled 2FA, then disabled it and came back some time after the grace period expired, they would be forced to enable 2FA immediately. | ||||
* | | Bring back some deleted code we still need | Jacob Vosmaer | 2016-03-03 | 1 | -0/+11 |
| | | |||||
* | | Remove write-only MergeRequestDiff states | Jacob Vosmaer | 2016-03-02 | 1 | -11/+0 |
| | | |||||
* | | Revert "Remove MergeRequestDiff#state" | Jacob Vosmaer | 2016-03-02 | 1 | -6/+27 |
| | | | | | | | | | | So we use it after all! This reverts commit 08ec73bbdf6269fc2ca2938b97c2a6a5570d8df6. | ||||
* | | Remove MergeRequestDiff#state | Jacob Vosmaer | 2016-03-02 | 1 | -27/+6 |
| | | | | | | | | We seemed to be only writing it, never reading the field. | ||||
* | | Use Gitlab::Git::Util.count_lines | Jacob Vosmaer | 2016-03-02 | 1 | -1/+1 |
| | | |||||
* | | Improve comments | Jacob Vosmaer | 2016-03-02 | 1 | -2/+4 |
| | | |||||
* | | Explain why we use "defined?" | Jacob Vosmaer | 2016-03-02 | 2 | -3/+3 |
| | | |||||
* | | Remove empty line | Jacob Vosmaer | 2016-03-01 | 1 | -1/+0 |
| | | |||||
* | | Fix default value | Jacob Vosmaer | 2016-03-01 | 1 | -1/+1 |
| | | |||||
* | | Use efficient line counting helper | Jacob Vosmaer | 2016-03-01 | 1 | -1/+1 |
| | | |||||
* | | Less 'lines', more 'each_line' | Jacob Vosmaer | 2016-03-01 | 1 | -2/+2 |
| | | |||||
* | | Remove options-refresh logic | Jacob Vosmaer | 2016-03-01 | 1 | -5/+2 |
| | | |||||
* | | Restore nil check | Jacob Vosmaer | 2016-03-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-diffs | Jacob Vosmaer | 2016-03-01 | 5 | -14/+59 |
|\ \ | |/ | |||||
| * | Revert "Merge branch 'issue_5854' into 'master' "revert-6f85eb38 | Dmitriy Zaporozhets | 2016-02-29 | 1 | -4/+2 |
| | | | | | | This reverts merge request !2992 | ||||
| * | Merge branch 'issue_5854' into 'master' | Dmitriy Zaporozhets | 2016-02-29 | 1 | -2/+4 |
| |\ | | | | | | | | | | | | | | | | | | | Add commit message to JIRA's notification payload. Closes #5854 See merge request !2992 | ||||
| | * | Add commit message to JIRA's notification payload. | Rubén Dávila | 2016-02-26 | 1 | -2/+4 |
| | | | |||||
| * | | Merge branch '11489-branded-appearance-to-ce' into 'master' | Douwe Maan | 2016-02-29 | 1 | -0/+9 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Branded appearance to CE Closes #11489 The difference with the EE version is only that there is no distinction between light and dark logos, though this wasn't used anyway. If this is fine, I'll create a MR on EE too. TODO: - [x] Copy docs - [x] Make new screenshots - [ ] Remove Custom Welcome message feature? @rymai: I was unsure what labels to add to ping you, so I just ping you like this :wink: /cc @DouweM See merge request !2927 | ||||
| | * | | Branded login page also in CE11489-branded-appearance-to-ce | Zeger-Jan van de Weg | 2016-02-26 | 1 | -0/+9 |
| | |/ | | | | | | | | | | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it | ||||
| * | | Merge branch 'issue_13621' into 'master' | Douwe Maan | 2016-02-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924 | ||||
| | * | | Don't repeat labels listed on Labels tab.issue_13621 | Rubén Dávila | 2016-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'repository-caching-refactor' into 'master' | Robert Speicher | 2016-02-26 | 2 | -13/+41 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Repository Caching Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/13515 See merge request !2936 | ||||
| | * | | | Moved exists condition in Repository#before_delete | Yorick Peterse | 2016-02-25 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is only needed when calling the "expire_cache" method as the other expiration methods don't depend on Git data. | ||||
| | * | | | Move Repository#expire_all_caches to before_delete | Yorick Peterse | 2016-02-23 | 1 | -10/+5 |
| | | | | | |||||
| | * | | | Moved cache expiration code to Repository hooks | Yorick Peterse | 2016-02-23 | 2 | -4/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This keeps all the cache expiration code in a single file/class instead of spreading it all across the codebase. | ||||
| * | | | | Add `:with_avatar` trait to User factory | Robert Speicher | 2016-02-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into avatar-cropping | Alfredo Sumaran | 2016-02-23 | 15 | -37/+327 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Minor changes on avatar cropping internals | Johann Pardanaud | 2016-02-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid multiple calls to `validates` for the avatar attributes. - In a cropping process, don't check if the model inherits `User`, check if it responds to `:avatar_crop_size`. | ||||
| * | | | | Improve avatar cropping internals, based on suggestions made by @rspeicher ↵ | Johann Pardanaud | 2016-02-17 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | on !2773 | ||||
| * | | | | Merge branch 'master' into avatar-cropping | Johann Pardanaud | 2016-02-16 | 12 | -66/+138 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/user.rb | ||||
| * | | | | | Fix #7959: Fix avatar stretching by providing a cropping feature | Johann Pardanaud | 2016-02-09 | 1 | -0/+10 |
| | | | | | | |||||
* | | | | | | Make #diffs safe (limited) by default | Jacob Vosmaer | 2016-02-29 | 2 | -15/+3 |
| | | | | | | |||||
* | | | | | | Rubocop | Jacob Vosmaer | 2016-02-26 | 1 | -3/+3 |
| | | | | | |