summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* WIP parallel DB migrationsparallel-db-migrationsYorick Peterse2018-07-181-0/+4
|
* Update _form.html.haml (deploy tokens) to improve display of scopesMarcel Amirault2018-07-181-8/+8
|
* Merge branch '_acet-fix-outdated-discussions' into 'master'Tim Zallmann2018-07-189-20/+72
|\ | | | | | | | | | | | | Fix showing outdated discussions on Changes tab. Closes #48167 See merge request gitlab-org/gitlab-ce!20445
| * Fix showing outdated discussions on Changes tab_acet-fix-outdated-discussionsFatih Acet2018-07-189-20/+72
| |
* | Merge branch 'rd-48920-backend-support-for-clarifying-search-bar' into 'master'Douwe Maan2018-07-181-2/+4
|\ \ | | | | | | | | | | | | | | | | | | Add avatar_url attr to the response of the autocomplete endpoint Closes #48920 See merge request gitlab-org/gitlab-ce!20661
| * | Add avatar_url attr to the response of the autocomplete endpointRubén Dávila2018-07-171-2/+4
| | |
* | | Merge branch 'frozen-string-enable-apps-services-inner-more' into 'master'Rémy Coutable2018-07-1898-3/+202
|\ \ \ | | | | | | | | | | | | | | | | Enable more frozen string in app/services/**/*.rb See merge request gitlab-org/gitlab-ce!20677
| * | | Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-1798-3/+202
| | |/ | |/| | | | | | | Partially addresses #47424.
* | | Merge branch 'osw-fallback-to-collection-when-no-diff-refs' into 'master'Sean McGivern2018-07-181-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Render MR page when no persisted diff_refs or diffs size Closes #49342 See merge request gitlab-org/gitlab-ce!20680
| * | | Render MR page when no persisted diff_refs or diffs sizeOswaldo Ferreira2018-07-181-1/+1
| | | |
* | | | Merge branch '45318-FE-junit-tests' into 'master'Phil Hughes2018-07-187-0/+539
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Backports security reusable components into CE to use in JUnit report See merge request gitlab-org/gitlab-ce!20613
| * \ \ \ [ci skip] Merge branch 'master' into 45318-FE-junit-testsFilipa Lacerda2018-07-1691-299/+388
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (49 commits) Add changelog entry Fix `transform` typo Fix archived parameter for projects API Enable frozen string in apps/uploaders/*.rb Fix invalid link to GitLab.com architecture.md i18n: externalize strings from 'app/views/import' Remove Repository#lookup and unreachable rugged code refactor code based on feedback Trigger rails5 tests either by variable or ref name Fix link in help doc which was linking to old mono-repo, now in its own repo SubmoduleHelper - Project is not always available as an instance variable Allow Danger step to fail update webpack to v4.16 Backport logger changes from EE Add the CI Job trigger as the build trigger Remove flaky and redundant expectations use fileuploader dynamic path method in uploads manager and add spec fix typo in uploads manager add small comment to download method in uploads manager refactor uploads manager ...
| * | | | Backports security reports reusable components into CE code baseFilipa Lacerda2018-07-137-0/+539
| | | | |
* | | | | Merge branch '47419-Fix-breadcrumbs' into 'master'Phil Hughes2018-07-186-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "broken breadcrumb in admin/user when switching tabs" Closes #47419 See merge request gitlab-org/gitlab-ce!19608
| * | | | | Fix broken breadcrumb in admin/userRobin Naundorf2018-07-176-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix broken breadcrumb when switching tabs in admin/user Closes #47419
* | | | | | Features/show project id on home panelTuğçe Nur Taş2018-07-181-0/+3
| |_|_|_|/ |/| | | |
* | | | | Resolve "Redesign GCP banner"Taurie Davis2018-07-173-45/+18
| | | | |
* | | | | Resolve "Metrics drop down doesn't show all environment, some not clickable"Jose Ivan Vargas2018-07-171-2/+7
| |_|_|/ |/| | |
* | | | Merge branch 'fix-web-ide-header-button-background' into 'master'Filipa Lacerda2018-07-171-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix ide-tree-header button background See merge request gitlab-org/gitlab-ce!20662
| * | | | Fix ide-tree-header button backgroundPaul Slaughter2018-07-171-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'frozen-string-enable-apps-services-inner' into 'master'Rémy Coutable2018-07-17100-3/+203
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable frozen string in app/services/**/*.rb See merge request gitlab-org/gitlab-ce!20656
| * | | | Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-16100-3/+203
| |/ / / | | | | | | | | | | | | | | | | | | | | For directories application_settings --> labels. Partially addresses #47424.
* | | | Update specific runners help URLGeorge Tsiolis2018-07-171-3/+4
| | | |
* | | | Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵Douwe Maan2018-07-172-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109
| * \ \ \ Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern2018-07-06703-4360/+10215
| |\ \ \ \
| * | | | | Add base class for hook builders, and use it for notes and wikisSean McGivern2018-06-202-6/+2
| | | | | |
| * | | | | Passing absolute image urls in the markdown content in the webhooksSatish Perala2018-06-202-2/+6
| | | | | |
* | | | | | Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann2018-07-1714-142/+148
| | | | | |
* | | | | | Merge branch 'add-merge-request-header-branch-details-right-margin' into ↵Annabel Gray2018-07-171-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add merge request header branch actions left margin Closes #49238 See merge request gitlab-org/gitlab-ce!20643
| * | | | | | Add merge request header branch actions left marginGeorge Tsiolis2018-07-171-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch ↵Annabel Gray2018-07-172-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '49165-pipeline-graph-in-new-merge-request-widget-is-flickering' into 'master' Resolve "Pipeline graph in new merge request widget is flickering" Closes #49165 See merge request gitlab-org/gitlab-ce!20660
| * | | | | | Fix MR widget ci status icon tooltip flicker49165-pipeline-graph-in-new-merge-request-widget-is-flickeringClement Ho2018-07-162-1/+3
| |/ / / / /
* | | | | | Highlighting of person mentions now better visible on low contrast screens ↵Dimitrie Hoekstra2018-07-172-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | and…
* | | | | | Merge branch 'zj-remove-sanitize-repo-path' into 'master'Sean McGivern2018-07-172-15/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove sanitize_repo_path Closes gitaly#1235 See merge request gitlab-org/gitlab-ce!20666
| * | | | | | Remove sanitize_repo_pathZeger-Jan van de Weg2018-07-172-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method is unneeded given its been pushed to Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/780 Closes https://gitlab.com/gitlab-org/gitaly/issues/1235
* | | | | | | Merge branch 'close-revert-and-cherry-pick-modal-on-escape-keypress' into ↵Rémy Coutable2018-07-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Close revert and cherry pick modal on escape keypress See merge request gitlab-org/gitlab-ce!20341
| * | | | | | Close revert and cherry-pick modal on escape keypressGeorge Tsiolis2018-07-171-1/+1
| |/ / / / /
* | | | | | Merge branch 'gitaly-issue-cross-reference' into 'master'Sean McGivern2018-07-171-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cross-link to N+1 issue See merge request gitlab-org/gitlab-ce!20663
| * | | | | | Add cross-link to N+1 issueJacob Vosmaer2018-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci-skip]
* | | | | | | Merge branch '14995-custom_wiki_sidebar' into 'master'Sean McGivern2018-07-173-4/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement customized sidebar Closes #14995 See merge request gitlab-org/gitlab-ce!17940
| * | | | | | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-1649-287/+283
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (53 commits) Fix invalid link to GitLab.com architecture.md i18n: externalize strings from 'app/views/import' Remove Repository#lookup and unreachable rugged code refactor code based on feedback Trigger rails5 tests either by variable or ref name Fix link in help doc which was linking to old mono-repo, now in its own repo Allow Danger step to fail update webpack to v4.16 Backport logger changes from EE Add the CI Job trigger as the build trigger Remove flaky and redundant expectations use fileuploader dynamic path method in uploads manager and add spec fix typo in uploads manager add small comment to download method in uploads manager refactor uploads manager Update 10.6-to-10.7.md Lazy-load performance bar UI Update .gitlab-ci.yml fixed test to correctly text relative URLs doesnt add query param if source & target projects match Add changelog entry ...
| * | | | | | | Always show More PagesLin Jen-Shin2018-07-131-4/+3
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-13446-3326/+5593
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (467 commits) Update docs board features tier Upgrade grape-path-helpers to 1.0.6 Remove healthchecks from prometheus endpoint Fix find_branch call sites Ensure Encoding.default_external is set to UTF-8 when running QA scenarios i18n: externalize strings from 'app/views/admin/groups' Backport mr widget changes from EE Allow to toggle notifications for issues due soon Vuex test helper improvements whitespace Make more ref RPC's mandatory Resolve "Improve performance of MR Changes tab: reduce event listeners on scroll event" Remove old service architecture from Vue docs Adding spec to test basic forking functionalities Fix performance problem of accessing tag list for projects api endpoints typo Add sleep to QA test before installing tiller Include Vue files that are not covered by tests in test coverage Remove Repository#path memoization Resolve "do not set updated_at when creating note" ...
| * \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Andreas Kämmerle2018-07-02202-2518/+3309
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 14995-custom_wiki_sidebar
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-06-272099-20684/+46452
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (4180 commits) Enable frozen string literals for app/workers/*.rb Resolve "Search dropdown hides & shows when typing" Revert merge request widget button max height Update CHANGELOG.md for 11.0.2 Update external link icon in header user dropdown Added Diff Viewer to new VUE based MR page Fixed eslint failure in IDE spec helpers Use refs instead of querySelector. Show file in tree on WebIDE open Resolve "Remove unused bootstrap component CSS" Resolve "Explain what Groups are in the New Group page" [QA] Make sure we wait for the deploy key list to load Update _scopes_form.html.haml to remove duplicate information Use the branch instead of the tag to install port the EE changes Add index on deployable_type/id for deployments Add a helper to rename a column using a background migration Fix performance bottleneck when rendering large wiki pages Port Namespace#root_ancestor to CE Remove duplicate spec ...
| * | | | | | | | | | Introduce #find_sidebar and use a constant to find the page14995-custom_wiki_sidebarLin Jen-Shin2018-03-262-1/+8
| | | | | | | | | | |
| * | | | | | | | | | Avoid loading default sidebar if there's a customized oneLin Jen-Shin2018-03-261-2/+5
| | | | | | | | | | |
| * | | | | | | | | | Added support for custom wiki sidebar using _sidebar.md in the wiki root. If ↵Joshua Sooter2018-03-232-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _sidebar.md exists it will be parsed and rendered otherwise the default sidebar file list will display deleted _sidebar_custom.html.haml and modified _sidebar.html.haml to check for sidebar_page and render it or the default wiki page list. Also removed white space. fix indent in show.html.haml restore newline at end of ile Add a newline at the end of changelogs/custom_wiki_sidebar.yml
* | | | | | | | | | | Migrate merge base, merged branches, write refJacob Vosmaer (GitLab)2018-07-171-4/+6
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'fix-project-api-archived' into 'master'Rémy Coutable2018-07-161-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix archived parameter for projects API Closes #32301 See merge request gitlab-org/gitlab-ce!20566