summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho2018-07-254-0/+490
|\
| * Add bar chart componentjivl-redesign-contributors-graphJose2018-07-254-0/+490
* | Merge branch '49192-comment-alignment' into 'master'Clement Ho2018-07-251-0/+1
|\ \
| * | Fix alignment of code comment button49192-comment-alignmentAnnabel Dunstone Gray2018-07-201-0/+1
* | | Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho2018-07-255-35/+18
* | | Merge branch '49364-fix-broadcast-margin' into 'master'Annabel Gray2018-07-251-1/+1
|\ \ \
| * | | Fix broadcast message misalignment on login pageRobin Naundorf2018-07-241-1/+1
* | | | Merge branch 'ce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-...Douglas Barbosa Alexandre2018-07-253-0/+105
|\ \ \ \
| * | | | Document site statistics APIce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-slowGabriel Mazetto2018-07-241-0/+21
| * | | | Apply pattern to make `find_or_create` atomicGabriel Mazetto2018-07-241-7/+10
| * | | | Use activerecord migration version instead of rescuing for missing tablesGabriel Mazetto2018-07-241-10/+14
| * | | | Added SiteStatistics as counter cache for Projects and WikisGabriel Mazetto2018-07-243-0/+77
* | | | | fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan2018-07-251-0/+4
| |_|_|/ |/| | |
* | | | Merge branch 'backport-reactive-caching' into 'master'Rémy Coutable2018-07-251-2/+8
|\ \ \ \
| * | | | Backport reactive cachingShinya Maeda2018-07-251-2/+8
| |/ / /
* | | | Merge branch 'frozen-string-enable-app-presenters' into 'master'Rémy Coutable2018-07-2548-0/+96
|\ \ \ \
| * | | | Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presentersgfyoung2018-07-2448-0/+96
| |/ / /
* | | | Merge branch 'i18n-extract-app/views/layouts' into 'master'Rémy Coutable2018-07-2526-228/+229
|\ \ \ \
| * | | | i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-2326-228/+229
* | | | | Merge branch 'replace-all-snake-case-in-scss-variables' into 'master'Phil Hughes2018-07-2522-164/+158
|\ \ \ \ \
| * | | | | Replace snake case in mixins and merge_conflicts variablesGeorge Tsiolis2018-07-252-110/+104
| * | | | | Replace snake case in SCSS variablesGeorge Tsiolis2018-07-2520-54/+54
| | |/ / / | |/| | |
* | | | | Merge branch 'sh-use-wiki-limit-parameter-gitaly' into 'master'Sean McGivern2018-07-252-2/+6
|\ \ \ \ \
| * | | | | Use limit parameter to retrieve Wikis from Gitalysh-use-wiki-limit-parameter-gitalyStan Hu2018-07-242-2/+6
| |/ / / /
* | | | | Merge branch 'replace-snake-case-css-classes' into 'master'Phil Hughes2018-07-2513-20/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Replace author_link snake case in stylesheets, specs, and helpersGeorge Tsiolis2018-07-244-7/+7
| * | | | Replace author_link snake case in specsGeorge Tsiolis2018-07-241-2/+2
| * | | | Replace author_link snake case in vue componentsGeorge Tsiolis2018-07-244-4/+4
| * | | | Replace author_link snake case in stylesheetsGeorge Tsiolis2018-07-246-7/+5
| | |/ / | |/| |
* | | | Add an option to have a private profile on GitLabJX Terry2018-07-249-33/+80
* | | | Merge branch '43011-typecast-markdownversion-prop-notesapp' into 'master'Phil Hughes2018-07-241-1/+1
|\ \ \ \
| * | | | Use `parseInt` to convert markdownVersion into numberKushal Pandya2018-07-241-1/+1
* | | | | Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'Phil Hughes2018-07-243-2/+23
|\ \ \ \ \
| * | | | | Use `roundOffFloat` method to show decimal places in progressbarKushal Pandya2018-07-242-2/+3
| * | | | | Add `roundOffFloat` helper methodKushal Pandya2018-07-241-0/+20
| |/ / / /
* | | | | Merge branch 'frozen-string-enable-app-serializers' into 'master'Rémy Coutable2018-07-2499-8/+211
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-2399-8/+211
* | | | | Merge branch 'api-minimal-access-level' into 'master'Robert Speicher2018-07-234-5/+48
|\ \ \ \ \
| * | | | | Add min_access_level filter to projects APIMarko, Peter2018-07-233-5/+32
| * | | | | Add min_access_level filter to groups APIMarko, Peter2018-07-231-0/+16
| |/ / / /
* | | | | Improving performance of posting a comment by reducing memory + CPUTim Zallmann2018-07-233-26/+13
* | | | | Merge branch '6977-follow-up-from-ee-resolve-extract-ee-specific-files-lines-...Robert Speicher2018-07-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use render instead of render_if_exists in app/views/projects/services/prometh...6977-follow-up-from-ee-resolve-extract-ee-specific-files-lines-for-some-platform-related-project-viewsRémy Coutable2018-07-231-1/+1
* | | | | Adds Vuex store to handle the data for tests reports in MR widgetFilipa Lacerda - 🌴🌴OOO back on July 30th🌴🌴2018-07-235-0/+139
* | | | | Merge branch '29278-commits-page-tooltips' into 'master'Annabel Gray2018-07-234-8/+7
|\ \ \ \ \
| * | | | | Add has_tooltip false to remaining commit realted usesLuke Bennett2018-07-202-2/+2
| * | | | | Remove unneeded has_tooltip from commit_author_link useLuke Bennett2018-07-201-1/+1
| * | | | | Remove all tooltip use from commit_person_linkLuke Bennett2018-07-201-5/+0
| * | | | | Keep img title attrLuke Bennett2018-07-201-2/+2
| * | | | | fix lintLuke Bennett2018-07-201-1/+2