Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix taskable requirers-pre-rspec-3 | Robert Speicher | 2015-06-10 | 1 | -0/+1 |
| | |||||
* | Fix shoulda-matchers require | Robert Speicher | 2015-06-10 | 2 | -1/+2 |
| | |||||
* | Use stub_const to stub constants instead of redefining them | Robert Speicher | 2015-06-10 | 1 | -2/+1 |
| | | | | They're called constants for a reason, after all. | ||||
* | Memoize result of JSON.parse in json_response | Robert Speicher | 2015-06-10 | 1 | -1/+1 |
| | | | | | This might see a minor speedup in test cases that call this method many times. | ||||
* | Add `respond_to_missing?` for Commit and Repository | Robert Speicher | 2015-06-10 | 2 | -8/+4 |
| | | | | | | | As of Ruby 1.9, this is the correct way to handle `respond_to?` for methods implemented by `method_missing`. See https://robots.thoughtbot.com/always-define-respond-to-missing-when-overriding | ||||
* | Add spec/support files for WebMock and test coverage | Robert Speicher | 2015-06-10 | 3 | -12/+12 |
| | |||||
* | Define GITORIOUS_HOST only once | Robert Speicher | 2015-06-10 | 3 | -4/+5 |
| | |||||
* | "expect { }.not_to raise_error" no longer takes a specific class | Robert Speicher | 2015-06-10 | 1 | -6/+2 |
| | |||||
* | ensure_length_of -> validate_length_of | Robert Speicher | 2015-06-10 | 6 | -11/+11 |
| | |||||
* | Bump shoulda-matchers and webmock gem versions | Robert Speicher | 2015-06-10 | 2 | -12/+12 |
| | |||||
* | Merge branch 'move_project_members_link' into 'master' | Dmitriy Zaporozhets | 2015-06-09 | 7 | -15/+21 |
|\ | | | | | | | | | | | | | | | Move Project Members link from Settings to main menu. Addresses #2278. See merge request !1846 | ||||
| * | Move Project Members link from Settings to main menu. | Nicolas | 2015-06-09 | 7 | -15/+21 |
| | | | | | | | | Addresses #2278. | ||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-06-09 | 3 | -1/+7 |
|\ \ | |||||
| * \ | Merge branch 'ldap-remember-me' into 'master' | Dmitriy Zaporozhets | 2015-06-09 | 3 | -1/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Remember me" checkbox to LDAP signin form. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2127. See merge request !772 | ||||
| | * | | Add "Remember me" checkbox to LDAP signin form.ldap-remember-me | Douwe Maan | 2015-06-05 | 3 | -1/+7 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-06-09 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #9373 from gitlabhq/revert-9368-patch-1 | Douwe Maan | 2015-06-09 | 1 | -1/+5 |
| |\ \ \ \ | | |/ / / | |/| | | | Revert "No need to check if `repository_ref` is present" | ||||
| | * | | | Revert "No need to check if `repository_ref` is present" | Jeroen van Baarsen | 2015-06-09 | 1 | -1/+5 |
| |/ / / | |||||
* | | | | Merge branch 'fix_edit_notes_form_hotkey_issue' into 'master' | Douwe Maan | 2015-06-09 | 1 | -5/+3 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Make submit hotkey available to all notes forms. Addresses #2221. See merge request !1847 | ||||
| * | | | Make submit hotkey available to all notes forms. | Nicolas | 2015-06-09 | 1 | -5/+3 |
| | |/ | |/| | | | | | | | Addresses #2221. | ||||
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-06-09 | 6 | -7/+32 |
|\ \ \ | |||||
| * \ \ | Merge branch 'fix-missing-js' into 'master' | Dmitriy Zaporozhets | 2015-06-09 | 3 | -4/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move page-specific JS out of head and into body. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2375. See merge request !787 | ||||
| | * | | | Move page-specific JS out of head and into body. | Douwe Maan | 2015-06-09 | 3 | -4/+5 |
| | | | | | |||||
| * | | | | Merge branch 'rs-issue-1778' into 'master' | Dmitriy Zaporozhets | 2015-06-09 | 2 | -3/+26 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly remove already-mentioned commits for cross references Fixes #1778 See merge request !785 | ||||
| | * | | | Correctly remove already-mentioned commits for cross referencesrs-issue-1778 | Robert Speicher | 2015-06-08 | 2 | -3/+26 |
| | |/ / | | | | | | | | | | | | | Fixes #1778 | ||||
| * | | | Merge branch 'master' into 'master' | Job van der Voort | 2015-06-09 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Added line about adding docs in alphabetical order I believe it's important to be organized when adding documentation, so whenever it applies, I believe documents should be added in alphabetical order. See merge request !786 | ||||
| | * | | Added line about adding docs in alphabetical order | Karen | 2015-06-08 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-06-09 | 1 | -5/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #9368 from zenati/patch-1 | Jeroen van Baarsen | 2015-06-09 | 1 | -5/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | No need to check if `repository_ref` is present | ||||
| | * | | | No need to check if `repository_ref` is present | zenati | 2015-06-08 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to check if `repository_ref` is present as: ``` @repository_ref = if repository_ref.present? repository_ref else nil end ``` is as same as doing: ``` @repository_ref = repository_ref ``` | ||||
* | | | | | Merge branch 'fixing_importing_doc' into 'master' | Job van der Voort | 2015-06-09 | 4 | -92/+95 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing importing doc Fixed some details about the importing links and documents. - Added extra info to Bitbucket importing - Organized docs in alphabetical order - Moved Importing link to general documentation, instead of workflow (that's where Sytse asked me to add it) Thank you @job for merging previous changes. See merge request !1845 | ||||
| * | | | | fixed link | Karen Carias | 2015-06-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixed link | Karen Carias | 2015-06-08 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | fixed link | Karen Carias | 2015-06-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Removed link "importing to gitlab" because it's in "Documentation". ↵ | Karen Carias | 2015-06-08 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | Organized links in alphabetical order. | ||||
| * | | | | added link to "importing to GitLab". Also organized docs in alphabetical order. | Karen Carias | 2015-06-08 | 1 | -34/+35 |
| | | | | | |||||
| * | | | | fixed numbers | Karen Carias | 2015-06-08 | 1 | -18/+18 |
| | | | | | |||||
| * | | | | fixed numbers | Karen Carias | 2015-06-08 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | fixed numbers | Karen Carias | 2015-06-08 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Added info about milestones and wiki pages not imported from Bitbucket | Karen Carias | 2015-06-08 | 1 | -23/+26 |
| | | | | | |||||
| * | | | | fixed importing link | Karen Carias | 2015-06-08 | 1 | -17/+17 |
|/ / / / | |||||
* | | | | Fix broadcast message colors to one displayed in preview | Dmitriy Zaporozhets | 2015-06-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-06-08 | 23 | -52/+65 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'improve-navigation' into 'master' | Dmitriy Zaporozhets | 2015-06-08 | 23 | -52/+65 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve GitLab UI * move logout button to top right  * remove issue/mr title truncation on index pages. For smaller screens it allow to read complete title of issue  * Improve mobile UI for several pages See merge request !783 | ||||
| | * | | | Properly click on user profile pictureimprove-navigation | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Fix tests | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Remove arrow to the right of project name on dashboard | Dmitriy Zaporozhets | 2015-06-08 | 2 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Improve UI for phones | Dmitriy Zaporozhets | 2015-06-08 | 3 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Dont use fixed pixel size if form controls - its bad for mobile devices | Dmitriy Zaporozhets | 2015-06-08 | 9 | -18/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | | Fix header for mobiles | Dmitriy Zaporozhets | 2015-06-08 | 2 | -5/+13 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |