summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-6/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-076-5/+60
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-1/+1
|
* Enables Run Pipeline button to be renderedFilipa Lacerda2019-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
* Make flash notifications stickyFatih Acet2019-09-031-0/+1
| | | | | This commit also unifies layout structure and remove no_container flag
* Add E2E spec to ensure that issue closesNailia Iskhakova2019-08-291-1/+1
| | | | Add E2E spec to test that issue closes with commit message
* Replace inline scripts in links to prevent defaultadd-js-prevent-default-on-clickHeinrich Lee Yu2019-08-192-2/+2
| | | | Use buttons instead of links with javascript:void(0)
* Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-141-1/+1
| | | This reverts merge request !26853
* Make option dropdown button to match adjacent buttonSamantha Ming2019-06-101-1/+1
|
* Add Pipeline IID to viewsMike Scott2019-05-301-1/+1
| | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* Externalize strings from `/app/views/projects/commit`George Tsiolis2019-02-1811-30/+25
|
* Correct file-header spacing on compare pageSam Bigelow2019-02-061-1/+1
| | | | | Use special classes when is_compare, similar to is_commit. Default expectation is diff is being viewed in MR
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-313-7/+6
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add tests for plain diff/email patch optionsZeff Morgan2018-12-111-3/+3
| | | | | | | | | | | | | | | | Add spec file using before(:context) to reduce test time. With testing almost identical things, unnecessary to make them completely atomic. Includes two helper methods. Since the raw_content method is the only function needed on that page, created the method in the spec instead of adding another page object. Setup new project/commit page object and update project/show to add go_to_commit method. The go_to_commit method is near duplicate of go_to_file method, but decided to split them off to reduce overall refactoring and simplify language. Also add selectors to commit box partial and update qa.rb to load new page object.
* Fixed UI bugs with sticky diff headerPhil Hughes2018-11-271-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update commit description styles to monospace font and overflow-xPaul Slaughter2018-08-031-1/+1
|
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+1
| | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* Merge branch '29278-commits-page-tooltips' into 'master'Annabel Gray2018-07-231-1/+1
|\ | | | | | | | | | | | | Resolve "Commits page tooltips" Closes #29278 See merge request gitlab-org/gitlab-ce!20674
| * Add has_tooltip false to remaining commit realted usesLuke Bennett2018-07-201-1/+1
| |
* | Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray2018-07-191-1/+1
|/
* Close revert and cherry-pick modal on escape keypressGeorge Tsiolis2018-07-171-1/+1
|
* Merge branch '47522-revert-mr-modal' into 'master'Annabel Gray2018-06-111-10/+10
|\ | | | | | | | | | | | | Resolve "Revert MR modal box is too smal after BS4" Closes #47522 See merge request gitlab-org/gitlab-ce!19603
| * Remove .row and .col-sm-12Clement Ho2018-06-111-9/+8
| |
| * Fix styling of revert MR modaltauriedavis2018-06-081-3/+4
| |
* | fix padding in commit infoJose2018-06-111-1/+1
|/
* Updates a load of modal headers to use better markupsamdbeckham2018-06-011-1/+2
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-241-1/+2
|\
| * Updated branches and tag icons in commit detailsConstance Okoghenun2018-05-241-1/+2
| |
* | Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-081-1/+1
|\ \ | |/
| * Improved commit message body renderingConstance Okoghenun2018-05-071-1/+1
| |
* | Revert .hide to .d-none conversionClement Ho2018-04-241-1/+1
| |
* | Add .nav.nav-tabs to nav-linksClement Ho2018-04-191-1/+1
| |
* | Remove tooltip and popover placement auto + other optionClement Ho2018-04-182-2/+2
| |
* | Fix dropdownsClement Ho2018-04-171-1/+1
| |
* | [skip ci] Fix display style for pipeline headerClement Ho2018-04-131-2/+2
| |
* | [skip ci] convert label-gray and label-inverse to badge-gray and badge-inverseClement Ho2018-04-131-1/+1
| |
* | [skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho2018-04-121-1/+1
| |
* | [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-122-5/+8
|\ \ | |/
| * Hide file/directory creation buttonsBob Van Landuyt2018-04-111-2/+4
| |
| * Share collaboration check between view and presenterBob Van Landuyt2018-04-112-2/+2
| |
| * Add ability checks in views where they were previously missingDouwe Maan2018-04-101-2/+3
| |