summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Add has_tooltip bool handling for commit_person_linkLuke Bennett2018-07-171-5/+8
| * | | Dont add title attr to user_avatar_without_link if has_tooltip is falseLuke Bennett2018-07-171-2/+2
| * | | set has_tooltip to false for commit author_avatarLuke Bennett2018-07-171-2/+2
* | | | Display GPG status on repository and blob pagesWinnie Hellmann2018-07-2314-109/+147
| |/ / |/| |
* | | Merge branch '5491-backport-code' into 'master'Rémy Coutable2018-07-233-2/+5
|\ \ \
| * | | backport code from EE5491-backport-codeLukas Eipert2018-07-203-2/+5
* | | | Merge branch 'frozen-string-vestigial' into 'master'Rémy Coutable2018-07-234-0/+8
|\ \ \ \
| * | | | Enable frozen string in newly added filesgfyoung2018-07-214-0/+8
* | | | | Reducing the memory footprint for the renderingTim Zallmann2018-07-239-93/+139
* | | | | Merge branch '49272-sanitize-git-url-in-import-errors' into 'master'Rémy Coutable2018-07-231-1/+1
|\ \ \ \ \
| * | | | | Fix #49272 - Sanitize git URL in import errorsJamie Schembri2018-07-161-1/+1
* | | | | | Fix #47379 - Project visibility tooltipJamie Schembri2018-07-231-3/+2
* | | | | | Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera2018-07-232-3/+22
* | | | | | Merge branch 'hangouts_chat_integration' into 'master'Sean McGivern2018-07-233-0/+69
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix couple of moments in HangoutsChatService and its specKukovskii Vladimir2018-07-141-5/+7
| * | | | | Fix fetch_attachment_title method of Hangouts Chat serviceKukovskii Vladimir2018-07-141-2/+1
| * | | | | Add Hangouts Chat service implementationKukovskii Vladimir2018-07-141-0/+25
| * | | | | Add dummy Google Hangouts Chat integrationKukovskii Vladimir2018-07-143-0/+43
* | | | | | Fix gitlab import project loadFrancisco Javier López2018-07-231-1/+4
* | | | | | Merge branch '48932-disable-saml-if-omniauth-is-disabled' into 'master'Douwe Maan2018-07-233-3/+5
|\ \ \ \ \ \
| * | | | | | Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-203-3/+5
* | | | | | | Merge branch '49341-show-runner-overflow' into 'master'Phil Hughes2018-07-231-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Add container to show runner pageAnnabel Dunstone Gray2018-07-201-1/+0
* | | | | | | | Merge branch '46126-project-counters-space' into 'master'Phil Hughes2018-07-231-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Remove extra whitespace in star project buttonAnnabel Dunstone Gray2018-07-201-1/+1
* | | | | | | | Merge branch '6104-extract-ee-specific-files-lines-for-some-platform-related-...Robert Speicher2018-07-207-36/+51
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Reduce CE/EE difference in app/views/projects/tags/index.html.haml6104-extract-ee-specific-files-lines-for-some-platform-related-project-viewsRémy Coutable2018-07-171-0/+2
| * | | | | | | Reduce CE/EE difference in app/views/projects/services/prometheus/_show.html....Rémy Coutable2018-07-172-30/+33
| * | | | | | | Reduce CE/EE difference in app/views/projects/protected_tags/_protected_tag.h...Rémy Coutable2018-07-174-6/+16