Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 207 | -537/+723 |
* | Show tooltips on collapsed sidebar | Dmitriy Zaporozhets | 2015-02-13 | 2 | -1/+5 |
* | Merge branch 'oauth-password-http' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 12 | -22/+60 |
|\ | |||||
| * | Allow users that signed up via OAuth to set their password in order to use Gi... | Douwe Maan | 2015-02-13 | 12 | -22/+60 |
* | | Merge branch 'username-namespace-clash' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 2 | -2/+7 |
|\ \ | |||||
| * | | Prevent autogenerated OAuth username to clash with existing namespace. | Douwe Maan | 2015-02-13 | 2 | -2/+7 |
| |/ | |||||
* | | Merge branch 'test_settings' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 2 | -1/+24 |
|\ \ | |||||
| * | | Fix rubocop error. | Marin Jankovski | 2015-02-12 | 1 | -1/+1 |
| * | | Try to test settings added in the service. | Marin Jankovski | 2015-02-12 | 2 | -1/+24 |
* | | | Merge branch 'add_tracker_integration_doc' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 3 | -1/+19 |
|\ \ \ | |||||
| * | | | Explained in the integration documentation how to enable external issue tracker | Marin Jankovski | 2015-02-12 | 3 | -1/+19 |
| |/ / | |||||
* | | | Merge branch 'signin-page-headings' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 6 | -30/+32 |
|\ \ \ | |||||
| * | | | Move OAuth signin options just below signin box. | Douwe Maan | 2015-02-13 | 5 | -24/+19 |
| * | | | Add headings to signin/signup blocks on signin page. | Douwe Maan | 2015-02-13 | 3 | -6/+13 |
| | |/ | |/| | |||||
* | | | Merge branch 'dashboard-new-project' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 2 | -3/+9 |
|\ \ \ | |||||
| * | | | Add "New Project" button to dashboard projects page. | Douwe Maan | 2015-02-13 | 2 | -3/+9 |
| |/ / | |||||
* | | | Link head panel titles to relevant root page. | Douwe Maan | 2015-02-13 | 11 | -10/+12 |
|/ / | |||||
* | | Merge branch 'clean-oauth-username' into 'master' | Dmitriy Zaporozhets | 2015-02-13 | 1 | -0/+16 |
|\ \ | |||||
| * | | Clean username acquired from OAuth/LDAP. | Douwe Maan | 2015-02-12 | 1 | -0/+16 |
* | | | Merge pull request #8779 from KelvinMutuma/show-assignees-in-merge-requests-i... | Dmitriy Zaporozhets | 2015-02-12 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | Show Work In progress if a merge request is not assigned | Kelvin Mutuma | 2015-02-12 | 1 | -0/+2 |
| * | | | Show assignees in the merge-requests index | Kelvin Mutuma | 2015-02-12 | 1 | -2/+2 |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Sytse Sijbrandij | 2015-02-12 | 2 | -4/+17 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2015-02-12 | 2 | -4/+17 |
| |\ \ \ | |||||
| | * | | | Change label color text field type to "color" | Benjamin Kammerl | 2015-02-11 | 1 | -1/+1 |
| | * | | | Reorders label colors for better "rainbow" | phortx | 2015-01-13 | 1 | -8/+8 |
| | * | | | Add more label color suggestions | phortx | 2015-01-13 | 1 | -1/+14 |
* | | | | | Merge branch 'issues_tracker_template' into 'master' | Dmitriy Zaporozhets | 2015-02-12 | 29 | -48/+233 |
|\ \ \ \ \ | |||||
| * | | | | | Use the service_name. | Marin Jankovski | 2015-02-12 | 1 | -2/+2 |
| * | | | | | All services can have templates. | Marin Jankovski | 2015-02-12 | 4 | -14/+26 |
| * | | | | | Remove unecessary icon. | Marin Jankovski | 2015-02-11 | 1 | -1/+0 |
| * | | | | | Annotate services. Add a link to service template. | Marin Jankovski | 2015-02-11 | 22 | -50/+53 |
| * | | | | | Add admin services templates. | Marin Jankovski | 2015-02-11 | 8 | -11/+156 |
| * | | | | | Remove not null constraint on project_id in services. | Marin Jankovski | 2015-02-11 | 1 | -2/+2 |
| * | | | | | Add template boolean to services. | Marin Jankovski | 2015-02-11 | 1 | -1/+1 |
| * | | | | | Add ExternalIssue base model to make issue referencing more robust for extern... | Marin Jankovski | 2015-02-11 | 2 | -3/+29 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ssh-link' into 'master' | Dmitriy Zaporozhets | 2015-02-11 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix link to SSH help page. | Douwe Maan | 2015-02-11 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'mobile-maximum-scale-1' into 'master' | Dmitriy Zaporozhets | 2015-02-11 | 3 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | Add horizontal scrolling to code blocks. | Douwe Maan | 2015-02-11 | 2 | -0/+5 |
| * | | | | Don't allow page to be scaled on mobile. | Douwe Maan | 2015-02-09 | 1 | -1/+1 |
* | | | | | Merge branch 'fix-command-enter' into 'master' | Dmitriy Zaporozhets | 2015-02-11 | 1 | -1/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Actually submit comment on command-enter. | Douwe Maan | 2015-02-11 | 1 | -1/+2 |
* | | | | | Merge branch 'add_label_notes' into 'master' | Dmitriy Zaporozhets | 2015-02-11 | 5 | -1/+53 |
|\ \ \ \ \ | |||||
| * | | | | | Add labels notes | Nikita Verkhovin | 2015-02-08 | 5 | -1/+53 |
| | |/ / / | |/| | | | |||||
* | | | | | Remove settings from gitlab.yml.example which we already have in UI | Dmitriy Zaporozhets | 2015-02-10 | 1 | -1/+2 |
| |/ / / |/| | | | |||||
* | | | | Default issue tracker fix for creating default issue service. | Marin Jankovski | 2015-02-09 | 1 | -1/+1 |
* | | | | Merge branch 'improve-oauth-ux' into 'master' | Dmitriy Zaporozhets | 2015-02-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | When add new social account - redirect to accounts page and show notice message | Dmitriy Zaporozhets | 2015-02-08 | 1 | -1/+1 |
* | | | | Merge pull request #8580 from j0k3r/asana | Dmitriy Zaporozhets | 2015-02-08 | 4 | -3/+121 |
|\ \ \ \ |