summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
Commit message (Collapse)AuthorAgeFilesLines
* fix Jobs header height - only set fixed size for rows28835-jobs-headSimon Knox2017-03-071-1/+1
|
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-2/+4
| | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch '28010-mr-merge-button-default-to-danger' into 'master' Alfredo Sumaran2017-03-031-1/+7
|\ | | | | | | | | | | | | Default to dangerous MR merge button Closes #28010 See merge request !9245
| * Default to subtle MR mege button until CI status is available28010-mr-merge-button-default-to-dangerEric Eastwood2017-03-021-1/+7
| | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9245
* | remove extra whitespace on dashboard projects pageSimon Knox2017-03-021-1/+2
| |
* | Cleaning up navigational order - ProjectKushal Pandya2017-03-021-0/+26
| |
* | Removes random border on event items on mobileactivity-feed-border-mobilePhil Hughes2017-03-021-3/+2
|/ | | | It was taking up space when it didn't really need to be taking up space
* Merge branch 'diff-make-obvious-cant-comment' into 'master' Annabel Dunstone Gray2017-03-011-2/+7
|\ | | | | | | | | Visually display that expanded diff lines cant be commented on See merge request !9465
| * Disables interaction with expanded linesdiff-make-obvious-cant-commentPhil Hughes2017-02-281-2/+7
| | | | | | | | Fixed scss-lint errors
* | Remove hidden-xs classes from last columns in environments and pipelines table.28661-ci-tables-buttonsFilipa Lacerda2017-02-282-102/+86
|/ | | | | Transform pipelines table css to match structure of pipelines table Make environments table overflow
* Merge branch '28753-align-buttons-environments' into 'master' Annabel Dunstone Gray2017-02-271-0/+4
|\ | | | | | | | | | | | | Align last column buttons with new environment button Closes #28753 See merge request !9551
| * Align last column buttons with new environment button28753-align-buttons-environmentsFilipa Lacerda2017-02-271-0/+4
| |
* | Merge branch 'rss-btn-alignment-fix' into 'master' Annabel Dunstone Gray2017-02-271-8/+0
|\ \ | | | | | | | | | | | | | | | | | | Fixed alignment of RSS button on activity pages Closes #28572 See merge request !9478
| * | Fixed alignment of RSS button on activity pagesrss-btn-alignment-fixPhil Hughes2017-02-231-8/+0
| | | | | | | | | | | | | | | | | | Added a tooltip to the buttons that did not have any Closes #28572
* | | Merge branch 'mr-diff-comment-button' into 'master' Annabel Dunstone Gray2017-02-272-29/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved the diff comment button UX Closes #27543 See merge request !9448
| * | | Removed link transitionmr-diff-comment-buttonPhil Hughes2017-02-271-0/+4
| | | | | | | | | | | | | | | | Fixed hll overriding is-over class
| * | | Grow the button on hoverPhil Hughes2017-02-271-1/+3
| | | |
| * | | Improved the diff comment button UXPhil Hughes2017-02-272-29/+24
| | |/ | |/| | | | | | | | | | | | | It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
* | | Merge branch 'master' into ci-tables-ui-improvementsci-tables-ui-improvementsFilipa Lacerda2017-02-271-0/+38
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (196 commits) Add quotes to coverage pattern Update CHANGELOG.md Bump omniauth to 1.4.2 Bump Hashie to 3.5.5 to eliminate warning noise use single backticks for inline code Add performance query regression fix for !9088 affecting #27267 Fix spec API: Return 400 for all validation erros in the mebers API Adds confirmation for cancel button Add newline Corrected indentation on the template string Adds backoff algo from EE to CE We don't need these checks anymore Raise error when no content is provided Address review Update API v3 in line with v4 Fix new offenses Fix spec Fix specs Rename commit_file, commit_dir and remove_file and update specs ...
| * | Modified the user_callout behaviourJose Ivan Vargas2017-02-231-1/+0
| | | | | | | | | | | | | | | Now it appends a template instead of relying in a partial to show it.
| * | Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas2017-02-231-3/+5
| | | | | | | | | | | | | | | | | | webpack Also improved accesibility and change the id from user_callouts to a class
| * | Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-231-2/+9
| | | | | | | | | | | | | | | Also changed the user_callout haml to a partial and added the corresponding SVG icon
| * | Initial version of the user-calloutsJose Ivan Vargas2017-02-231-0/+30
| |/
* | Guarantees we show at least 4 stages in line in smaller screensFilipa Lacerda2017-02-231-0/+1
| |
* | Aligns text content instead of divFilipa Lacerda2017-02-231-89/+67
| |
* | Merge branch 'master' into ci-tables-ui-improvementsFilipa Lacerda2017-02-233-13/+40
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (129 commits) Code style improvements remove require.context from network_bundle remove require.context from graphs_bundle remove require.context from filtered_search_bundle Ignore two Rails CVEs in bundler:audit job Remove Pages readme Change Pages redirect Add missing index.md to Pages docs Added double newline after file upload markdown insert Reorder main index items in Pages overview remove html comments remove <> wrapping text - part 3 wrapping text - part 2 [ci skip] fix link wrap text - part 1 - [ci skip] typo fix spelling, add intermediate cert link Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag remove link to unfinished video ...
| * Merge branch 'revert-2cf17c42' into 'master' Alfredo Sumaran2017-02-221-12/+18
| |\ | | | | | | | | | | | | Revert "Merge branch '27934-left-align-nav' into 'master'" See merge request !9423
| | * Revert "Merge branch '27934-left-align-nav' into 'master'"revert-2cf17c42Annabel Dunstone Gray2017-02-211-12/+18
| | | | | | | | | This reverts merge request !9338
| * | Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-221-0/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add merge request count to each issue on issues list Closes #19786 and #23208 See merge request !9252
| | * \ Merge remote-tracking branch 'upstream/master' into add_mr_info_to_issues_listblackst0ne2017-02-217-60/+59
| | |\ \
| | * | | Add merge request count to each issue on issues listblackst0ne2017-02-171-0/+5
| | | | |
| * | | | Merge branch '24651-environments-list-buttons' into 'master' Annabel Dunstone Gray2017-02-221-1/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves the environments list action buttons Closes #24651 See merge request !9424
| | * | | | Use a btn-group to group all action buttons24651-environments-list-buttonsFilipa Lacerda2017-02-211-1/+17
| | | |_|/ | | |/| |
* | | | | Guarantees buttons will always stay in the same lineFilipa Lacerda2017-02-231-1/+2
| | | | |
* | | | | Equal padding between table cellsFilipa Lacerda2017-02-221-36/+6
| | | | |
* | | | | Fix scss linter errorFilipa Lacerda2017-02-221-2/+2
| | | | |
* | | | | Improvements in spacingFilipa Lacerda2017-02-221-4/+7
| | | | |
* | | | | Remove unused css, align buttons with top buttonFilipa Lacerda2017-02-221-21/+15
|/ / / /
* | | | Merge branch '26703-todos-count' into 'master' Clement Ho2017-02-211-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | #26703 change todos counter position & format ( for large counts ) Closes #26703 See merge request !9171
| * | | change todos counter position & format ( for large counts )mhasbini2017-02-211-0/+2
| | | |
* | | | Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda2017-02-211-7/+37
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Truncate long title text on Todo items Closes #28186 See merge request !9311
| * | | Truncate long title text on Todo items28186-long-group-names-overflow-out-of-todos-viewSam Rose2017-02-201-7/+37
| | | |
* | | | Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho2017-02-202-0/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
| * | | Set dropdown to fixed height of `250px` and make it scrollable26206-fix-download-dropdownKushal Pandya2017-02-092-0/+12
| | | |
* | | | Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran2017-02-201-18/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Left align nav items" Closes #27934 See merge request !9338
| * | | Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray2017-02-171-18/+12
| | | |
* | | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-181-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * | | | Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+12
| | |_|/ | |/| | | | | | | | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' ↵Clement Ho2017-02-171-0/+20
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix position of milestone panel counters Closes #23819 See merge request !7842
| * | | Fix position of counters within milestone panelsAndrew Smith2017-02-151-0/+20
| | | |