Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Review changes | Luke Bennett | 2018-04-07 | 3 | -24/+33 |
* | Fix static | Luke Bennett | 2018-04-06 | 1 | -1/+1 |
* | Review changes | Luke Bennett | 2018-04-06 | 1 | -21/+21 |
* | Review changes | Luke Bennett | 2018-04-05 | 2 | -6/+8 |
* | Merge remote-tracking branch 'origin/master' into deprecation-warning-for-dyn... | Luke Bennett | 2018-04-05 | 109 | -1744/+3456 |
|\ | |||||
| * | Merge branch '44870-remove-extra-space-around-comment-form-on-merge-requests'... | Clement Ho | 2018-04-05 | 5 | -29/+9 |
| |\ | |||||
| | * | Refactor and tweak margin for note forms on Issuable | Takuya Noguchi | 2018-04-04 | 5 | -29/+9 |
| * | | Merge branch 'ide-diff-inline' into 'master' | Filipa Lacerda | 2018-04-05 | 3 | -6/+26 |
| |\ \ | |||||
| | * | | fixed eslint | Phil Hughes | 2018-04-05 | 1 | -3/+3 |
| | * | | set `renderSideBySide` when creating diff instance | Phil Hughes | 2018-04-05 | 1 | -1/+6 |
| | * | | updated wordWrap option be `on` | Phil Hughes | 2018-04-05 | 1 | -1/+1 |
| | * | | Change IDE diff view responsively | Phil Hughes | 2018-04-05 | 2 | -5/+20 |
| * | | | Web IDE markdown preview | Tim Zallmann | 2018-04-05 | 13 | -93/+339 |
| * | | | Merge branch 'ide-sidebar-min-width' into 'master' | Filipa Lacerda | 2018-04-05 | 1 | -56/+53 |
| |\ \ \ | |||||
| | * | | | CHanged IDE sidebar min widthide-sidebar-min-width | Phil Hughes | 2018-04-01 | 1 | -56/+53 |
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2018-04-05 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'issue_44551' into 'master' | Sean McGivern | 2018-04-05 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | Fix 404 in group boards when moving issue between listsissue_44551 | Felipe Artur | 2018-04-03 | 1 | -1/+1 |
| * | | | | | Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6' | Phil Hughes | 2018-04-05 | 1 | -4/+4 |
| |/ / / / | |||||
| * | | | | Merge branch '44922-fix-build-metadata-creation' into 'master' | Kamil Trzciński | 2018-04-04 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fix sidebar_details_block.vue and simplify build_metadata_entity.rb44922-fix-build-metadata-creation | Tomasz Maczukin | 2018-04-04 | 1 | -1/+1 |
| * | | | | | Allow assigning and filtering issuables by ancestor group labels | Felipe Artur | 2018-04-04 | 4 | -4/+19 |
| |/ / / / | |||||
| * | | | | Merge branch 'ide-pending-tab' into 'master' | Tim Zallmann | 2018-04-04 | 14 | -118/+217 |
| |\ \ \ \ | |||||
| | * | | | | Updated components to PascalCase | Phil Hughes | 2018-04-04 | 4 | -10/+13 |
| | * | | | | Merge branch 'master' into ide-pending-tab | Phil Hughes | 2018-04-03 | 60 | -479/+1798 |
| | |\ \ \ \ | |||||
| | * | | | | | fixed karma | Phil Hughes | 2018-03-28 | 1 | -1/+3 |
| | * | | | | | removed file changes that have no changes to make diff easier | Phil Hughes | 2018-03-28 | 8 | -97/+71 |
| | * | | | | | refactor ADD_PENDING_TAB to stop multiple state changes | Phil Hughes | 2018-03-28 | 2 | -39/+22 |
| | * | | | | | remove italics from tab | Phil Hughes | 2018-03-28 | 1 | -4/+0 |
| | * | | | | | added specs | Phil Hughes | 2018-03-28 | 1 | -10/+16 |
| | * | | | | | replace the tab with the review pending tab | Phil Hughes | 2018-03-28 | 1 | -12/+17 |
| | * | | | | | stops opening a pending tab if current tab is in review mode already | Phil Hughes | 2018-03-28 | 2 | -3/+11 |
| | * | | | | | remove pending tab when opening a file from the left sidebar | Phil Hughes | 2018-03-28 | 3 | -13/+6 |
| | * | | | | | remove extra state property | Phil Hughes | 2018-03-28 | 6 | -54/+50 |
| | * | | | | | fixed eslint inconsistent return | Phil Hughes | 2018-03-28 | 1 | -2/+3 |
| | * | | | | | updated specs | Phil Hughes | 2018-03-28 | 5 | -6/+6 |
| | * | | | | | correctly toggle between tabs | Phil Hughes | 2018-03-28 | 4 | -9/+18 |
| | * | | | | | opens the next open tab correctly | Phil Hughes | 2018-03-28 | 6 | -76/+101 |
| | * | | | | | fixed opening next tab being a pending tab | Phil Hughes | 2018-03-28 | 2 | -12/+33 |
| | * | | | | | fix closing & reopening pending tabs | Phil Hughes | 2018-03-28 | 9 | -50/+71 |
| | * | | | | | toggling viewer mode closes the pending tab | Phil Hughes | 2018-03-28 | 5 | -7/+33 |
| | * | | | | | Added pending tabs to IDE | Phil Hughes | 2018-03-28 | 11 | -203/+209 |
| * | | | | | | Merge branch '41224-pipeline-icons' into 'master' | Tim Zallmann | 2018-04-04 | 1 | -5/+3 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Increase dropdown width in pipeline graph & center action icon41224-pipeline-icons | Filipa Lacerda | 2018-03-29 | 1 | -5/+3 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Refactor discussions/notes code | Jan Provaznik | 2018-04-03 | 7 | -5/+20 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Resolve "Clicking confidential and lock icons on sidebar should also activate... | Dennis Tang | 2018-04-02 | 6 | -162/+216 |
| * | | | | | Backport changes in EE MR 4972: System Header and Footer | André Luís | 2018-04-02 | 4 | -15/+800 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'tz-ide-open-mr' into 'master' | Phil Hughes | 2018-04-01 | 28 | -392/+754 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Fixed Utility Function based on Review Comments | Tim Zallmann | 2018-03-28 | 3 | -11/+4 |
| | * | | | Removed strangely added import | Tim Zallmann | 2018-03-28 | 1 | -2/+0 |