summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Move "Forked from" above "Version".project-pageDouwe Maan2015-05-121-8/+9
|
* Move clone panel to bottom of project sidebar.Douwe Maan2015-05-121-3/+3
|
* Restructure project sidebar.Douwe Maan2015-05-122-65/+81
|
* Fix alignment of ref picker, breadcrumb and buttons.Douwe Maan2015-05-124-14/+3
|
* Add icons to more tabs.Douwe Maan2015-05-122-1/+8
|
* Merge branch 'commit_time_timezone' into 'master'Douwe Maan2015-05-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Fix commit time being displayed in the wrong timezone in some cases This MR makes sure that the displayed commit date is shown in the timezone that's configured in the gitlab.yml. Before it was possible that the `committed_date` of a commit would display different values on the dashboard and the commit page. fixes gitlab-org/gitlab-ce#1278 /cc @DouweM See merge request !624
| * Fix commit time being displayed in the wrong timezone in some casesHannes Rosenögger2015-05-071-1/+1
| |
* | Merge branch 'create-merge-request' into 'master'Dmitriy Zaporozhets2015-05-117-28/+50
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Create Merge Request buttons to commits page and push event. Commits page: ![Screen_Shot_2015-05-09_at_22.27.09](https://gitlab.com/gitlab-org/gitlab-ce/uploads/f77c2e47f768b2fc132de6e3a2a0323e/Screen_Shot_2015-05-09_at_22.27.09.png) Branches page: ![Screen_Shot_2015-05-09_at_22.55.24](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b0a6374f5c5d830ef19de9694e603c8f/Screen_Shot_2015-05-09_at_22.55.24.png) Push event: (Only for new branches, and only shown to the pushing user) ![Screen_Shot_2015-05-09_at_22.27.21](https://gitlab.com/gitlab-org/gitlab-ce/uploads/989c9cb66ee03d09b96809452749d2b8/Screen_Shot_2015-05-09_at_22.27.21.png) Push event with multiple commits and a Compare link: ![Screen_Shot_2015-05-09_at_22.28.01](https://gitlab.com/gitlab-org/gitlab-ce/uploads/a70c718e559f69177f9341c0af92707c/Screen_Shot_2015-05-09_at_22.28.01.png) See merge request !632
| * | Fix commits feed button.create-merge-requestDouwe Maan2015-05-101-4/+4
| | |
| * | Improve create_mr_button? performance.Douwe Maan2015-05-091-5/+4
| | |
| * | Add Merge Request button to branches page.Douwe Maan2015-05-091-4/+7
| | |
| * | Add Create Merge Request buttons to commits page and push event.Douwe Maan2015-05-094-21/+40
| | |
| * | Link Commits tab to current branch from Compare page.Douwe Maan2015-05-092-2/+3
| | |
* | | Don't symbolize params.params-to-symDouwe Maan2015-05-111-5/+5
| | |
* | | Merge branch 'bug/fix-duplicate-deploy-keys' into 'master'Marin Jankovski2015-05-101-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Don't show duplicate deploy keys This fixes the issue described in [#1516](https://gitlab.com/gitlab-org/gitlab-ce/issues/1516) where you would see the same deploy key multiple times if it was used by multiple projects. See merge request !629
| * | Don't show duplicate deploy keys. Fixes #1516Maran2015-05-081-1/+1
| | |
* | | Merge pull request #9244 from dreis2211/firefox_issuable_filter_patchDmitriy Zaporozhets2015-05-082-2/+7
|\ \ \ | | | | | | | | Fix Firefox problems when it wants to render issuable component
| * | | Fix Firefox problems when it wants to render issuable componentdreis2015-05-052-2/+7
| | | |
* | | | Move project visibility from clone bar to repository details block for non ↵Marin Jankovski2015-05-082-2/+4
| | | | | | | | | | | | | | | | empty project.
* | | | Merge pull request #9214 from Bugagazavr/hook-eventsValeriy Sizov2015-05-088-15/+25
|\ \ \ \ | |_|/ / |/| | | Added X-GitLab-Event header for web hooks
| * | | Added X-GitLab-Event header for web hooksbugagazavr2015-05-088-15/+25
| | | |
* | | | Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-0815-111/+166
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
| * | | | Fix header link anchorsRobert Speicher2015-05-061-1/+3
| | | | |
| * | | | Change wording for task list summariesRobert Speicher2015-05-061-2/+2
| | | | |
| * | | | More JS dependency requirementsRobert Speicher2015-05-064-1/+7
| | | | |
| * | | | Make issue JS require its dependenciesRobert Speicher2015-05-061-0/+2
| | | | |
| * | | | Make notes JS require its dependenciesRobert Speicher2015-05-061-3/+11
| | | | |
| * | | | Change padding for task lists in notesRobert Speicher2015-05-061-0/+10
| | | | |
| * | | | Don't add js-task-list-container to things the user can't editRobert Speicher2015-05-064-4/+8
| | | | |
| * | | | Single quotes/icon helper in viewsRobert Speicher2015-05-065-39/+39
| | | | |
| * | | | Remove all references to `parse_tasks`Robert Speicher2015-05-062-2/+2
| | | | |
| * | | | Update Taskable to use TaskListRobert Speicher2015-05-061-30/+15
| | | | |
| * | | | Update task list behavior for Merge RequestsRobert Speicher2015-05-063-6/+27
| | | | |
| * | | | Update task list behavior for NotesRobert Speicher2015-05-063-4/+20
| | | | |
| * | | | Update task list behavior for IssuesRobert Speicher2015-05-063-6/+27
| | | | |
| * | | | Add task_list JSRobert Speicher2015-05-061-0/+1
| | | | |
| * | | | Remove taskable.jsRobert Speicher2015-05-061-21/+0
| | | | |
* | | | | Merge pull request #9254 from gitlabhq/revert-8800-email-settingsDmitriy Zaporozhets2015-05-083-7/+7
|\ \ \ \ \ | |_|/ / / |/| | | | Revert "Allow to configure smtp and sendmail in gitlab.yml"
| * | | | Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets2015-05-063-7/+7
| | | | |
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski2015-05-083-17/+30
|\ \ \ \ \
| * | | | | Fix bootlint issues on git clone holder barSullivan SENECHAL2015-05-073-17/+30
| | |/ / / | |/| | |
* | | | | Merge branch 'rs-fix-filter-tooltips' into 'master'Robert Speicher2015-05-071-4/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tooltips for event filter links See merge request !618
| * | | | | Fix tooltips for event filter linksrs-fix-filter-tooltipsRobert Speicher2015-05-061-4/+8
| |/ / / /
* | | | | Merge branch 'feature/handle-big-diffs' into 'master'Douwe Maan2015-05-073-9/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve handling of large diffs Diffs with a large number of changed lines time out (504 HTTP error) or generate a HTML page that's so heavy web browsers struggle with it. https://github.com/gitlabhq/gitlabhq/pull/5014 introduced limits on commit line count so that only a safe portion is rendered. This was later undone by code refactoring in be5b6db8, e0eb4803 and c741fcab. This patch re-introduces a safe limit on number of lines. See merge request !539
| * | | | Improve handling of large diffsAlex Lossent2015-05-053-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diffs with a large number of changed lines time out (504 HTTP error) or generate a HTML page that's so heavy web browsers struggle with it. https://github.com/gitlabhq/gitlabhq/pull/5014 introduced limits on commit line count so that only a safe portion is rendered. This was later undone by code refactoring in be5b6db8, e0eb4803 and c741fcab. This patch re-introduces a safe limit on number of lines.
* | | | | Merge branch 'fix-default-branch' into 'master'Douwe Maan2015-05-071-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the first branch pushed to an empty repository the default HEAD In an empty repository, pushing a new branch not called "master" would leave HEAD in an unknown state, causing ambiguity if another branch were pushed. This could in turn cause a new protected branch to be created and cause the default branch to change. * Closes #1561 * Closes #1576 * Closes https://github.com/gitlabhq/gitlabhq/issues/8883 See merge request !614
| * | | | Make the first branch pushed to an empty repository the default HEAD.Stan Hu2015-05-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In an empty repository, pushing a new branch not called "master" would leave HEAD in an unknown state, causing ambiguity if another branch were pushed. This could in turn cause a new protected branch to be created and cause the default branch to change. * Closes #1561 * Closes #1576 * Closes https://github.com/gitlabhq/gitlabhq/issues/8883
* | | | | Make header title bold and line between header lighterDmitriy Zaporozhets2015-05-061-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'refactor-mr-form' into 'master'Dmitriy Zaporozhets2015-05-063-74/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor mr form * re-use issuable form for new mr page * small UI improvements to MR compare and new pages See merge request !616
| * | | | | Small UI improvements to MR formDmitriy Zaporozhets2015-05-063-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>