summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Externalize admin services stringsservices-extLuke Bennett2019-01-284-11/+11
* Merge branch 'gt-externalize-app-views-sent_notifications' into 'master'Filipa Lacerda2019-01-231-7/+6
|\
| * Externalize strings from `/app/views/sent_notifications`George Tsiolis2019-01-231-7/+6
* | Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-237-14/+14
|\ \ | |/ |/|
| * Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-227-14/+14
* | Merge branch 'dm-trim-discussion-truncated-line-first-chars' into 'master'Phil Hughes2019-01-235-12/+22
|\ \
| * | Trim first char of diff line text on diff discussionsDouwe Maan2019-01-225-12/+22
* | | Add Avatar in the settings sidebarYoginth2019-01-231-1/+1
* | | Merge branch 'mg-fix-bad-cluster-update-entrypoint' into 'master'Clement Ho2019-01-232-0/+0
|\ \ \
| * | | Rename entrypoint for clusters update/edit pageMike Greiling2019-01-222-0/+0
* | | | Upgrade prettier to v1.16.1Mike Greiling2019-01-221-3/+1
|/ / /
* | | Merge branch '52363-add-domain-to-cluster-model' into 'master'Kamil Trzciński2019-01-221-1/+2
|\ \ \
| * | | Add domain field into Clusters::ClusterMayra Cabrera2019-01-221-1/+2
* | | | fix(labels): Move the primary button out of breadcrumbs and into the project ...Martin Hobert2019-01-223-12/+6
* | | | Merge branch '56327-improve-localtimeago-rendering' into 'master'Kushal Pandya2019-01-222-58/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Remove big if-else structure in favor of arrayLukas Eipert2019-01-221-64/+38
| * | | Memoize timeago localesLukas Eipert2019-01-221-38/+86
| * | | Remove reference to unused js-timeago-render classLukas Eipert2019-01-222-32/+16
| * | | Improved Performance by delaying Tooltip setup for localtimeagoTim Zallmann2019-01-211-8/+18
* | | | Merge branch '56636-hashed-storage-afterrenameservice' into 'master'Douglas Barbosa Alexandre2019-01-224-19/+32
|\ \ \ \
| * | | | Refactored AfterRenameService to reduce couplingGabriel Mazetto2019-01-224-19/+28
| * | | | Fixed legacy storage renaming codeGabriel Mazetto2019-01-212-2/+6
| |/ / /
* | | | Merge branch 'move-worker-differences' into 'master'Rémy Coutable2019-01-222-15/+39
|\ \ \ \
| * | | | Refactor ExpirePipelineCacheWorker for EEYorick Peterse2019-01-211-8/+20
| * | | | Refactor BuildFinishedWorker for EEYorick Peterse2019-01-211-7/+19
| |/ / /
* | | | Merge branch 'tz-user-avatar-caching' into 'master'Sean McGivern2019-01-222-1/+15
|\ \ \ \
| * | | | Turned cache_privately? into cache_publicly?Tim Zallmann2019-01-222-7/+7
| * | | | Fixed static analysis error and 2 caching specsTim Zallmann2019-01-211-1/+1
| * | | | Changed the Caching of User Avatars to be public and to 5 minutesTim Zallmann2019-01-212-1/+15
* | | | | Update GitLab Runner Helm Chart to 0.1.45Tomasz Maczukin2019-01-221-1/+1
* | | | | Merge branch '47007-related-merge-requests-in-issue-design-restyle' into 'mas...Kushal Pandya2019-01-225-46/+443
|\ \ \ \ \
| * | | | | Removed related MR pipeline status icon marginConstance Okoghenun2019-01-212-2/+4
| * | | | | Removed margin from issues related MR status tooltipConstance Okoghenun2019-01-211-1/+1
| * | | | | Issues related merge requests style updatesConstance Okoghenun2019-01-173-11/+10
| * | | | | Restyled issues related merge request titleConstance Okoghenun2019-01-173-5/+15
| * | | | | Update tooltip for issues related merge request statusConstance Okoghenun2019-01-151-1/+2
| * | | | | Added tooltips to issues related merge request status iconsConstance Okoghenun2019-01-151-3/+17
| * | | | | Redesigned related merge requests in issue pageConstance Okoghenun2019-01-115-46/+417
* | | | | | Merge branch '53714-inconsistent-text-color-for-labels' into 'master'Rémy Coutable2019-01-221-0/+1
|\ \ \ \ \ \
| * | | | | | Fix inconsistent label foreground color53714-inconsistent-text-color-for-labelsNathan Friend2019-01-181-0/+1
* | | | | | | Merge branch '53671-redirect-projects-id-to-project-page' into 'master'Douglas Barbosa Alexandre2019-01-221-3/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-3/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '53856-changing-group-visibility-does-not-re-enable-save-button'...Filipa Lacerda2019-01-221-3/+4
|\ \ \ \ \ \
| * | | | | | Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett2019-01-221-3/+4
* | | | | | | Merge branch '50013-add-browser-platform-flags' into 'master'Douwe Maan2019-01-223-1/+20
|\ \ \ \ \ \ \
| * | | | | | | Add browser and platform flags via CSS classesKushal Pandya2019-01-221-1/+2
| * | | | | | | Add `client` to gl object for browser and platform flagsKushal Pandya2019-01-221-0/+7
| * | | | | | | Add `client_detection` helper to add browser and plaform flagsKushal Pandya2019-01-221-0/+11
* | | | | | | | Merge branch 'sh-fix-snippet-uploads-path-lookup' into 'master'Sean McGivern2019-01-221-9/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix 404s with snippet uploads in object storageStan Hu2019-01-211-9/+9
| | |/ / / / / | |/| | | | |