summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Move boards switcher partialWinnie Hellmann2019-07-176-4/+603
| | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Merge branch 'remove_clusters_cte_feature_flag' into 'master'Douglas Barbosa Alexandre2019-07-171-22/+1
|\ | | | | | | | | | | | | Removes clusters_cte feature flag Closes #64259 See merge request gitlab-org/gitlab-ce!30827
| * Removes clusters_cte feature flagremove_clusters_cte_feature_flagThong Kuah2019-07-171-22/+1
| | | | | | | | | | | | This has been enabled on production without issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64259
* | Merge branch '10009-boards-index' into 'master'Phil Hughes2019-07-172-1/+3
|\ \ | | | | | | | | | | | | Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
| * | Removes EE differences for modal issues board10009-boards-indexFilipa Lacerda2019-07-172-1/+3
| | |
* | | Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-172-1/+6
| | |
* | | Added submodule links to Submodule type in GraphQL APIIgor2019-07-1710-38/+46
| | | | | | | | | | | | This is part of migration of Folder View to Vue
* | | Add docs for Let's Encrypt integrationVladimir Shushlin2019-07-171-1/+1
| | | | | | | | | | | | | | | | | | * Add deprecation warning to old integration * Add user docs * Add admin docs
* | | Fix wrong pages access level defaultVladimir Shushlin2019-07-171-0/+2
| | | | | | | | | | | | | | | - Set access level in before_validation hook - Add post migration for updating existing project_features
* | | Do Redis lookup in batches in ActiveSession.sessions_from_idsImre Farkas2019-07-171-4/+8
|/ / | | | | | | | | | | By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
* | Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam2019-07-173-27/+15
| | | | | | | | remove frontend spec unnecessary tests
* | Merge branch 'qa-selector-uniformization-common-2' into 'master'Mark Lapierre2019-07-172-8/+8
|\ \ | | | | | | | | | | | | Refactor common Page Objects to use data tags (No. 2 Contd.) See merge request gitlab-org/gitlab-ce!30763
| * | Refactor more common Page Objects to use data tagsqa-selector-uniformization-common-2ddavison2019-07-152-8/+8
| | | | | | | | | | | | Common usages within GitLab QA include login page, navbars and layouts
* | | Revert "Merge branch 'button-bug-fixes' into 'master'"revert-222d0019Annabel Dunstone Gray2019-07-161-1/+1
| |/ |/| | | This reverts merge request !30678
* | Merge branch 'revert-af42c169' into 'master'Paul Slaughter2019-07-1613-91/+87
|\ \ | | | | | | | | | | | | Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
| * | Revert "Merge branch '61145-fix-button-dimensions' into 'master'"revert-af42c169Annabel Dunstone Gray2019-07-1613-91/+87
| | | | | | | | | This reverts merge request !28545
* | | Merge branch 'dz-remove-old-ignore-column' into 'master'Robert Speicher2019-07-166-20/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove old ignore_column in AR models See merge request gitlab-org/gitlab-ce!30725
| * | | Remove old ignore_column in AR modelsdz-remove-old-ignore-columnDmitriy Zaporozhets2019-07-156-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Next models are affected: * Project * Namespace * Issue * Merge request * CI Trigger * CI Pipeline schedule Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Don't use transactions and exceptionsReuben Pereira2019-07-162-0/+167
| | | | | | | | | | | | | | | | Instead return error objects.
* | | | Refactor EnvironmentsController#metrics_dashboard endpointSarah Yasonik2019-07-161-7/+9
| | | |
* | | | Align merge request icons and textJarek Ostrowski2019-07-1613-41/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
* | | | Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-164-17/+33
| |/ / |/| | | | | | | | | | | | | | - Set as uninstallable app - Update docs - Adjust specs
* | | Merge branch '35757-add-result-to-request' into 'master'Dmitriy Zaporozhets2019-07-162-12/+34
|\ \ \ | | | | | | | | | | | | | | | | Add response to move multiple issues request See merge request gitlab-org/gitlab-ce!30400
| * | | Add result to MoveService#execute_multiplePatrick Derichs2019-07-162-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It adds a hash response which includes the count, success state and the moved issues itself so the caller has additional information about the result of the process.
* | | | Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda2019-07-166-14/+268
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
| * | | | Added add to tree dropdown to Vue files breadcrumbPhil Hughes2019-07-156-14/+268
| | | | |
* | | | | Merge branch 'fix-create-mr-enabling-button' into 'master'Filipa Lacerda2019-07-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed create merge request button not enabling Closes #64454 See merge request gitlab-org/gitlab-ce!30776
| * | | | Fixed create merge request button not enablingPhil Hughes2019-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
* | | | | CE backport: Removed non-decimal event valuesDonald Cook2019-07-1610-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
* | | | | Merge branch 'remove-support-for-legacy-pipeline-triggers' into 'master'Kamil Trzciński2019-07-164-12/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove support for legacy pipeline triggers Closes #30231 See merge request gitlab-org/gitlab-ce!30133
| * | | | | Allow use of legacy triggers with feature flagFabio Pitino2019-07-154-12/+22
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
* | | | | Merge branch '63082-specs-changes' into 'master'Jan Provaznik2019-07-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Simplify factories for services See merge request gitlab-org/gitlab-ce!30611
| * | | | | Fix message for successful jira testJarka Košanová2019-07-161-1/+1
| | | | | |
* | | | | | Change color for project namespace to light grayMarcel van Remmerden2019-07-161-1/+1
|/ / / / /
* | | | | Merge branch '59875-stylelint-panels' into 'master'Phil Hughes2019-07-163-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed style-lint errors for `panels.scss` Closes #59875 See merge request gitlab-org/gitlab-ce!30748
| * | | | | Fixed style-lint errors for `panels.scss`59875-stylelint-panelsDenys Mishunov2019-07-153-3/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Removed @extend from SCSS file in favor of directly assigning CSS class in corresponding HTML snippets.
* | | | | Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-1/+2
| | | | |
* | | | | Fix broken vue i18n stringsAndré Luís2019-07-162-12/+28
| | | | |
* | | | | Updating wording as per desgn guidelinesNick Kipling2019-07-153-15/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Shortened descriptive text Added copy button to code snippets
* | | | | Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+4
| |_|_|/ |/| | | | | | | | | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* | | | Migrate null values for users.private_profileAdam Hegyi2019-07-151-0/+7
| | | | | | | | | | | | | | | | | | | | - Background migration for changing null values to false - Set false as default value for private_profile DB column
* | | | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-152-22/+18
| | | | | | | | | | | | | | | | | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* | | | Merge branch 'georgekoltsov/63955-fix-import-with-source-branch-deleted' ↵Robert Speicher2019-07-151-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Always return MR diff_refs if importing See merge request gitlab-org/gitlab-ce!30630
| * | | | Add commit_id to AttributeCleaner::ALLOWED_REFERENCESgeorgekoltsov/63955-fix-import-with-source-branch-deletedGeorge Koltsov2019-07-151-3/+5
| | | | |
| * | | | Always return MR diff_refs if importingGeorge Koltsov2019-07-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes a bug that prevents projects being imported when there are diff notes present in merge requests. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/63955
* | | | | Merge branch 'fix-comment-race-condition' into 'master'Mike Greiling2019-07-151-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix race condition with polling when saving notes Closes gitlab-ee#12472 See merge request gitlab-org/gitlab-ce!30724
| * | | | | Fix race condition with polling when saving notesfix-comment-race-conditionHeinrich Lee Yu2019-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eTagPoll may not be initialized yet when we save a note. Polling is initialized only after discussions are loaded
* | | | | | Ensure all quick help links have the same colorPrashanth Chandra2019-07-152-1/+7
| |_|/ / / |/| | | |
* | | | | (CE Port) Set max width for onboarding popoverMartin Wortschack2019-07-151-0/+1
| |_|/ / |/| | |
* | | | Display boards filter bar on mobileMartin Hanzel2019-07-153-29/+33
| | | |