summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Give all labels bold weight62485-label-weightsJarek Ostrowski2019-05-291-0/+6
* Merge branch '61639-flaky-spec-issue-boards-labels-creates-project-label-spec...Tim Zallmann2019-05-292-2/+6
|\
| * Fix dropdown position when loading remote data61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350Heinrich Lee Yu2019-05-272-2/+6
* | Updated heading for default state in Web IDEDenys Mishunov2019-05-2910-93/+180
* | Created repository list breadcrumbs Vue appPhil Hughes2019-05-294-4/+87
* | Merge branch 'repo-router-fixes' into 'master'Filipa Lacerda2019-05-293-9/+15
|\ \
| * | Fixes repository Vue router hiding elements on root URLPhil Hughes2019-05-283-9/+15
* | | Merge branch '62227-webkit-icon-overlap' into 'master'Annabel Dunstone Gray2019-05-281-0/+10
|\ \ \
| * | | Disable webkit icons62227-webkit-icon-overlapJarek Ostrowski2019-05-281-0/+10
| |/ /
* | | Merge branch 'kp-clean-up-avatars-stylesheet' into 'master'Annabel Dunstone Gray2019-05-281-98/+142
|\ \ \
| * | | Use SCSS maps and lists to keep code DRYkp-clean-up-avatars-stylesheetKushal Pandya2019-05-271-98/+142
* | | | Merge branch '62408-dropdown-truncate' into 'master'Phil Hughes2019-05-281-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Truncates job names in pipeline graph62408-dropdown-truncateFilipa Lacerda2019-05-281-1/+3
* | | | Merge branch 'vue-repo-document-title' into 'master'Filipa Lacerda2019-05-282-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Update document title when repository router changesPhil Hughes2019-05-242-2/+13
* | | | Revert "Merge branch '61511-add-expand-collapse-to-project-operation-settting...Winnie Hellmann2019-05-281-6/+1
* | | | added a new conditional to add `display: none;` dynamically if the row should...Michel Engelen2019-05-281-0/+4
* | | | Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-1/+6
* | | | Add expand/collapse buttonAdriel Santiago2019-05-281-1/+6
* | | | Merge branch 'backstage/gb/improve-jobs-controller-performance' into 'master'57694-documentation-for-graphqlStan Hu2019-05-286-48/+17
|\ \ \ \
| * \ \ \ Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into backstage/gb/imp...backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-2736-192/+458
| |\ \ \ \
| * | | | | Set up mock data for stagesFilipa Lacerda2019-05-243-9/+13
| * | | | | No to rasie an error when stages are not providedGrzegorz Bizon2019-05-241-1/+1
| * | | | | Fix deployment entity testsGrzegorz Bizon2019-05-241-1/+3
| * | | | | Removes fetchStage actions and mutationsFilipa Lacerda2019-05-246-38/+8
| * | | | | Do not serialize a pipeline again when showing a buildGrzegorz Bizon2019-05-241-10/+3
| * | | | | Do not serialize pipeline on each build serialization requestGrzegorz Bizon2019-05-241-1/+1
* | | | | | Migrate the monitoring dashboard store to vuexJose Ivan Vargas2019-05-279-161/+244
* | | | | | Add no-tabs class and externalize stringsMartin Wortschack2019-05-271-3/+3
| |/ / / / |/| | | |
* | | | | Merge branch 'js-i18n-board-store' into 'master'Tim Zallmann2019-05-272-2/+5
|\ \ \ \ \
| * | | | | I18N boards store directoryjs-i18n-board-storeBrandon Labuschagne2019-05-272-2/+5
* | | | | | Merge branch '61144-style-secondary-button-type-to-be-aligned-with-pattern-li...Filipa Lacerda2019-05-271-11/+20
|\ \ \ \ \ \
| * | | | | | Bring secondary button styles to design standard61144-style-secondary-button-type-to-be-aligned-with-pattern-libraryScott Hampton2019-05-241-11/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'parent-row-repo-list' into 'master'Filipa Lacerda2019-05-272-0/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added parent row link to files tablePhil Hughes2019-05-242-0/+43
| |/ / / /
* | | | | Add changelog entryJacques Erasmus2019-05-272-0/+50
| |_|/ / |/| | |
* | | | Add expand/collapse buttonAdriel Santiago2019-05-271-0/+2
* | | | Add Object.entries polyfill for IE11 compatibilityPaul Gascou-Vaillancourt2019-05-271-0/+1
| |_|/ |/| |
* | | Merge branch 'js-i18n-u' into 'master'Clement Ho2019-05-242-15/+26
|\ \ \
| * | | I18N JS files starting with ujs-i18n-uBrandon Labuschagne2019-05-232-15/+26
* | | | Merge branch '58632-fix-mr-widget-padding' into 'master'Mike Greiling2019-05-243-37/+45
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix MR widget padding58632-fix-mr-widget-paddingHeinrich Lee Yu2019-05-203-37/+45
* | | | Merge branch 'vue-repo-list-backend-frontend' into 'master'Filipa Lacerda2019-05-248-70/+194
|\ \ \ \
| * | | | Pull files for repository tree from GraphQL APIPhil Hughes2019-05-248-70/+194
* | | | | Merge branch '60778-input-text-height' into 'master'Filipa Lacerda2019-05-242-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix height of input groups60778-input-text-heightAnnabel Dunstone Gray2019-05-202-0/+5
* | | | | Add support for second `config` paramkp-add-graphql-full-config-supportKushal Pandya2019-05-241-4/+4
* | | | | Prevent icons from shrinking in User popover when contents exceed containerKushal Pandya2019-05-241-3/+7
* | | | | Merge branch 'vrt-mr-update-ce-backport' into 'master'Phil Hughes2019-05-242-2/+2
|\ \ \ \ \
| * | | | | Add changes to match eevrt-mr-update-ce-backportsarahghp2019-05-232-2/+2
| | |_|_|/ | |/| | |