summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Add merge request count to each issue on issues listblackst0ne2017-02-172-0/+6
| * | | | | | | | | | Merge branch '24651-environments-list-buttons' into 'master' Annabel Dunstone Gray2017-02-223-39/+42
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| | * | | | | | | | | Use a btn-group to group all action buttons24651-environments-list-buttonsFilipa Lacerda2017-02-213-39/+42
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch '27287-label-dropdown-error-messages' into 'master'Sean McGivern2017-02-221-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fix new label errors not visible in dropdown for #27287, also humanize error ...Tom Koole2017-02-091-3/+3
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'add-filtered-search-to-mr' into 'master' Alfredo Sumaran2017-02-226-39/+44
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-216-39/+44
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch '26703-todos-count' into 'master' Clement Ho2017-02-213-1/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | change todos counter position & format ( for large counts )mhasbini2017-02-213-1/+6
| * | | | | | | | | 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 items28186-long-group-names-overflow-out-of-todos-viewSam Rose2017-02-201-7/+37
| * | | | | | | | | | Merge branch 'dropdown-loading-class-add' into 'master' Filipa Lacerda2017-02-211-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fixed eslint errordropdown-loading-class-addPhil Hughes2017-02-201-1/+1
| | * | | | | | | | | Changes when loading indicator is added to dropdownPhil Hughes2017-02-201-1/+2
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch '28357-colon-search' into 'master' Clement Ho2017-02-212-2/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Allow searching issues for strings containing colonsSimon Knox2017-02-212-2/+5
| | |/ / / / / / /
| * | | | | | | | Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho2017-02-202-0/+12
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Set dropdown to fixed height of `250px` and make it scrollable26206-fix-download-dropdownKushal Pandya2017-02-092-0/+12
| | * | | | | | | Fix dropdown height regressionKushal Pandya2017-02-091-2/+0
| | * | | | | | | Set dropdown height fixed to `250px;` and make it scrollableKushal Pandya2017-02-091-0/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran2017-02-203-46/+20
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Update positioning of nav scroll arrows27934-left-align-navAnnabel Dunstone Gray2017-02-171-4/+4
| | * | | | | | Move tanuki to left of title; increase max-width of titleAnnabel Dunstone Gray2017-02-172-23/+4
| | * | | | | | Refactor project stats & last_commit CSS; left align main nav itemsAnnabel Dunstone Gray2017-02-172-19/+12
| * | | | | | | Merge branch 'remove-imports-loader-window-bind' into 'master' Filipa Lacerda2017-02-20105-105/+105
| |\ \ \ \ \ \ \
| | * | | | | | | replace implicit this == window with explicit bindingMike Greiling2017-02-17105-105/+105
| | |/ / / / / /
| * | | | | | | Merge branch '28295-mr-loading-icon' into 'master' Filipa Lacerda2017-02-202-2/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | loading icon sometimes toggled alongside MR pipeline contents28295-mr-loading-iconSimon Knox2017-02-192-2/+1
| * | | | | | | Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz2017-02-185-28/+137
| |\ \ \ \ \ \ \
| | * | | | | | | Make sure events have most properties definedadd-additional-checks-to-ca-dataAlfredo Sumaran2017-02-105-28/+137
| * | | | | | | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-182-85/+70
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Todo done clicking is kind of unusable.Jacopo2017-02-172-85/+70
| * | | | | | | | Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran2017-02-171-8/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove badge styling in dropdown; remove blue outlineAnnabel Dunstone Gray2017-02-171-7/+5
| | * | | | | | | | Make active links in dropdown boldAnnabel Dunstone Gray2017-02-171-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch '23819-fix-milestone-counters-to-top-right-of-panel-headings' in...Clement Ho2017-02-171-0/+20
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix position of counters within milestone panelsAndrew Smith2017-02-151-0/+20
| * | | | | | | | Merge branch 'fix-dependency-in-environments' into 'master' Clement Ho2017-02-174-6/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix depenendencies loading Vue in EEFilipa Lacerda2017-02-174-6/+6
| * | | | | | | | | Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-2/+2
| * | | | | | | | | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-174-91/+67
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-1618-49/+66
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | update correct field for Notes - it's called note not descriptionSimon Knox2017-02-154-1/+5
| | * | | | | | | | | | code style and test fixesSimon Knox2017-02-141-0/+0
| | * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-1471-676/+895
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | enable lintSimon Knox2017-02-101-4/+1
| | * | | | | | | | | | | forgot to iifeSimon Knox2017-02-081-1/+1
| | * | | | | | | | | | | notes use new task_list, and PATCH instead of POSTSimon Knox2017-02-084-23/+17
| | * | | | | | | | | | | appease lintSimon Knox2017-02-081-9/+8