summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Use upload ID instead of model ID in lease keyJan Provaznik2018-06-121-4/+9
* Merge branch '46708-page-numbers' into 'master'Clement Ho2018-06-112-0/+24
|\
| * Override BS4 pagination variablesAnnabel Dunstone Gray2018-06-082-0/+24
* | Merge branch 'unify-uploaders-objects_storage.rb' into 'master'Robert Speicher2018-06-111-2/+2
|\ \
| * | Unify from EE for app/uploaders/object_storage.rbLin Jen-Shin2018-06-121-2/+2
* | | Merge branch 'unify-http_status.js' into 'master'Clement Ho2018-06-111-0/+1
|\ \ \
| * | | Add NOT_FOUND: 404 from EELin Jen-Shin2018-06-121-0/+1
| |/ /
* | | Merge branch 'sh-expire-content-cache-after-import' into 'master'Mayra Cabrera2018-06-111-0/+1
|\ \ \ | |/ / |/| |
| * | Expire Wiki content cache after importing a repositoryStan Hu2018-06-111-0/+1
* | | Merge branch 'sh-admin-gitaly-server-fix' into 'master'Clement Ho2018-06-111-2/+2
|\ \ \
| * | | Fix translation placeholder for Gitaly addressStan Hu2018-06-101-1/+1
| * | | Revert extra CSS causing Gitaly Servers table to be misalginedStan Hu2018-06-101-1/+1
| |/ /
* | | Merge branch 'ide-etag-polling' into 'master'Filipa Lacerda2018-06-112-6/+15
|\ \ \
| * | | Fix IDE pipelines eTagPoll not stoppingPhil Hughes2018-06-112-6/+15
* | | | Merge branch 'use-tooltip-component-in-mr-widget-author-time-component' into ...Filipa Lacerda2018-06-113-7/+10
|\ \ \ \
| * | | | Rename MrWidgetAuthorTime vue componentGeorge Tsiolis2018-06-113-5/+5
| * | | | Use Tooltip component in MrWidgetAuthorTime vue componentGeorge Tsiolis2018-06-111-2/+5
* | | | | Avoid checking the user format in every url validationFrancisco Javier López2018-06-113-4/+13
* | | | | Hide project name if searching against a projectLin Jen-Shin2018-06-111-1/+1
* | | | | Unify app/views/search/results by using EELin Jen-Shin2018-06-112-2/+3
* | | | | Resolve "Table on Failed Jobs tab is overflowing in IE11 and sm screens"André Luís2018-06-111-0/+5
* | | | | Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-118-8/+8
* | | | | Merge branch 'rails5-enum-nil' into 'master'Sean McGivern2018-06-113-21/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Enable mapping to nil in enumsJan Provaznik2018-06-063-21/+38
* | | | | Merge branch '44742-tech-debt' into 'master'Phil Hughes2018-06-111-6/+5
|\ \ \ \ \
| * | | | | Uses tooltip correctly in comparion_pane component. Removes incorrect usage o...Filipa Lacerda2018-06-081-6/+5
* | | | | | Merge branch 'dz-jupyter-use-nip-io' into 'master'Grzegorz Bizon | off until 20th June2018-06-111-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use nip.io instead of xip.io for jupyter domain suggestionDmitriy Zaporozhets2018-06-081-1/+1
* | | | | | Merge branch 'sh-log-destroy-attempt' into 'master'Robert Speicher2018-06-081-0/+5
|\ \ \ \ \ \
| * | | | | | Add more logging before a project is destroyedStan Hu2018-06-081-0/+5
* | | | | | | Merge branch 'bvl-terms-on-registration' into 'master'Robert Speicher2018-06-086-20/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Users can accept terms during registrationBob Van Landuyt2018-06-086-20/+54
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'fix-artifact-breadcrumb' into 'master'Annabel Gray2018-06-081-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix artifact breadcrumbClement Ho2018-06-081-2/+2
* | | | | | Merge branch '47519-discussion-padding' into 'master'Clement Ho2018-06-081-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove padding on .codeAnnabel Dunstone Gray2018-06-071-4/+0
* | | | | | Update settings section titlesAndreas Kämmerle2018-06-084-8/+8
* | | | | | Revert rename allow collaboration columnMark Chao2018-06-081-1/+4
* | | | | | Resolve "Automatically created MR uses wrong target branch (when branching fr...Athar Hameed2018-06-081-1/+3
* | | | | | Merge branch 'ide-pipeline-panel-resizable' into 'master'Tim Zallmann2018-06-081-3/+9
|\ \ \ \ \ \
| * | | | | | Allow IDE pipeline panel to be resizablePhil Hughes2018-06-071-3/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '44331-upgrade-monaco-editor-and-remove-copywebpackplugin' into ...2018-06-07-code-freeze-ee2018-06-07-code-freezeTim Zallmann2018-06-086-61/+35
|\ \ \ \ \ \
| * | | | | | fix eslint violationMike Greiling2018-06-081-4/+4
| * | | | | | refactor monaco-editor import and stop storing as class property within modelMike Greiling2018-06-081-8/+7
| * | | | | | refactor monaco-editor import and stop storing as class property within editorMike Greiling2018-06-081-13/+11
| * | | | | | don't reference monaco directly in RepoEditor componentMike Greiling2018-06-071-4/+4
| * | | | | | remove need to pass monaco around through DIMike Greiling2018-06-073-5/+5
| * | | | | | remove monacoLoader and import monaco directly within Editor classMike Greiling2018-06-074-30/+11
| * | | | | | fix bug in call to monaco.Uri. first param is checked with `typeof param ===...Mike Greiling2018-06-071-3/+3
| * | | | | | add monaco-editor-webpack-plugin and update webpack configMike Greiling2018-06-071-7/+3