summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Update reliable fetcherupdate-reliable-fetcherValery Sizov2019-08-061-0/+2
| | | | We added retry_count increment when job is recovered
* Fix Admin area user access level radio button labelsDrew Blessing2019-08-051-2/+2
| | | | | | | In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
* Revert "Make status icon in merge widget borderless"Marcel van Remmerden2019-08-053-19/+10
| | | | This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
* Fix error on project nameGosia Ksionek2019-08-051-1/+1
| | | | Add project path to sql query to build proper path
* Add group level container repository endpointsSteve Abrams2019-08-053-0/+37
| | | | | | | API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
* Removed external dashboard legend borderOlena Horal-Koretska2019-08-051-0/+2
|
* Merge branch ↵Clement Ho2019-08-052-5/+7
|\ | | | | | | | | | | | | | | | | '63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master' Fixed bug from extra parenthesis Closes #63474 See merge request gitlab-org/gitlab-ce!31479
| * Fixed bug from extra parenthesis63474-applying-a-quick-action-does-not-show-the-correct-messageDonald Cook2019-08-052-5/+7
| |
* | Use select instead of filter to support 2.5Igor2019-08-051-1/+1
| |
* | Merge branch ↵Douwe Maan2019-08-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | '11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master' Remove visual review app feature flag See merge request gitlab-org/gitlab-ce!31429
| * | Remove visual review app feature flag11467-remove-feature-flag-for-visual-review-app-button-ce-backportshampton2019-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is the CE backport for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958 Now that we are confident with the visual review app link being there, we are removing the feature flag entirely.
* | | Merge branch 'improve-mr-enhance-style-of-the-shared-runners-limit' into ↵Kushal Pandya2019-08-052-9/+22
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 'master' Refactor passing props to jobs/index.js See merge request gitlab-org/gitlab-ce!31472
| * | Refactor passing props to jobs/index.jsAmmar Alakkad2019-08-052-9/+22
| | |
* | | Add help text next to Custom Metrics sectionReuben Pereira2019-08-052-31/+34
|/ / | | | | | | - Also add requirements to the docs for custom metrics.
* | Merge branch 'jprovazn-fix-positioning' into 'master'Sean McGivern2019-08-051-36/+75
|\ \ | | | | | | | | | | | | Optimize relative re-positioning See merge request gitlab-org/gitlab-ce!30938
| * | Use SQL to find the gap instead of iteratingHeinrich Lee Yu2019-08-051-91/+66
| | | | | | | | | | | | Also removes unnecessary methods causing extra queries
| * | Optimize rebalancing of relative positioningJan Provaznik2019-08-051-25/+89
| | | | | | | | | | | | | | | | | | | | | | | | Moving of neighbour items was done recursively - this was extremely expensive when multiple items had to be moved. This change optimizes the code to find nearest possible gap where items can be moved and moves all of them with single update query.
* | | Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ↵Thong Kuah2019-08-052-7/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
| * | | Allow Cert-Manager to be uninstalled60664-kubernetes-applications-uninstall-cert-managerTiger2019-08-052-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
* | | | Enhance style of the shared runners limitAmmar Alakkad2019-08-054-2/+8
| |/ / |/| | | | | | | | It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
* | | Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern2019-08-055-12/+19
|\ \ \ | | | | | | | | | | | | | | | | Extend PipelineProcessWorker to accept a list of builds See merge request gitlab-org/gitlab-ce!31425
| * | | Extend PipelineProcessWorker to accept a list of buildsprefer-to-use-process-pipeline-workerKamil Trzciński2019-08-025-12/+19
| | |/ | |/| | | | | | | | | | | | | | | | This changes used worker from `BuildProcessWorker` to `PipelineProcessWorker` to make pipeline processing much simpler. We process `pipeline_id`, based on some triggers.
* | | Fix display of performance bar shortcut help textMarcel Amirault2019-08-051-5/+5
| | |
* | | Add support for deferred links in persistent user calloutsDennis Tang2019-08-052-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
* | | Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable2019-08-058-11/+40
|\ \ \ | | | | | | | | | | | | | | | | Add outbound setting for system hooks See merge request gitlab-org/gitlab-ce!31177
| * | | Add backwards compatibility for legacy settingGeorge Koltsov2019-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | `allow_local_requests_for_hooks_and_services` was renamed to `allow_local_requests_for_web_hooks_and_services`.
| * | | Refactor SystemHookUrlValidator and specsGeorge Koltsov2019-08-023-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | Simplify SystemHookUrlValidator to inherit from PublicUrlValidator Refactor specs to move out shared examples to be used in both system hooks and public url validators.
| * | | Update security/webhooks.md doc page & specsGeorge Koltsov2019-08-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Updating security/webhooks.md to match new behaviour as well as drying up few specs to extract shared examples
| * | | Update translations in gitlab.potGeorge Koltsov2019-08-021-2/+2
| | | |
| * | | Add outbound requests setting for system hooksGeorge Koltsov2019-08-028-10/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds new application setting to network section `allow_local_requests_from_system_hooks`. Prior to this change system hooks were allowed to do local network requests by default and we are adding an ability for admins to control it.
* | | | Merge branch 'properly-process-all-needs' into 'master'Sean McGivern2019-08-052-17/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly process all needs Closes #65488 See merge request gitlab-org/gitlab-ce!31415
| * | | | Properly process `needs:` with `when:`properly-process-all-needsKamil Trzciński2019-08-022-17/+33
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, some of the jobs with `needs:` would be processed in stages, it means that `when:` for such jobs would not be respected. This changes the behavior to have a separate execution paths for jobs with `needs:`.
* | | | Merge branch 'bvl-fix-sentry-error-grouping' into 'master'Sean McGivern2019-08-051-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Group `parent not preloaded` errors in sentry See merge request gitlab-org/gitlab-ce!31424
| * | | | Group `parent not preloaded` errors in sentryBob Van Landuyt2019-08-021-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I still haven't found a moment to look into the exact cases that causes this error, but we're not loosing any information this way. In fact, it will be easier to find the right information as we only need to look to one entry in Sentry.
* | | | Merge branch 'telemetry-70-remove-pendo-poc-from-staging' into 'master'Kushal Pandya2019-08-051-1/+0
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Backport: Removed pendo poc code See merge request gitlab-org/gitlab-ce!31307
| * | | Removed pendo poc codetelemetry-70-remove-pendo-poc-from-stagingDonald Cook2019-07-301-1/+0
| | | |
* | | | Hide cluster details until cluster is createdMike Greiling2019-08-024-46/+76
| | | | | | | | | | | | | | | | | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* | | | All Kubectl command should return array by defaultJoão Cunha2019-08-022-6/+14
| | | |
* | | | Upgrade gitlab-ui to 5.12Enrique Alcántara2019-08-021-1/+0
| | | | | | | | | | | | | | | | - Also, include pikaday styles through gitlab-ui
* | | | Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-022-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
* | | | Merge branch 'make-needs-strong-connection' into 'master'Sean McGivern2019-08-021-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make `needs:` to require a strong reference Closes #65512 See merge request gitlab-org/gitlab-ce!31419
| * | | | Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-2/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes `needs:` from weak reference to have a strong reference. This means that job will not be created unless all needs are present as part of a pipeline.
* | | | Merge branch '64092-removes-update-statistics-namespace-feature-flag' into ↵Bob Van Landuyt2019-08-024-22/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 'master' Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
| * | | Removes update_statistics_namespace feature flagMayra Cabrera2019-08-024-22/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After measuring the impact of the namespace storage on https://gitlab.com/gitlab-org/gitlab-ce/issues/64092. It was decided that it's performant enough. So we can freely remove the feature flag Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
* | | | Merge branch 'respect-needs-on-artifacts' into 'master'Sean McGivern2019-08-021-10/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Respect needs on artifacts Closes #65466 See merge request gitlab-org/gitlab-ce!31413
| * | | Respect needs for artifactsrespect-needs-on-artifactsKamil Trzciński2019-08-021-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | When `needs:` is defined, the value of it is not respected when returning a list of artifacts to the runner from the job.
* | | | Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-0/+1
| |/ / |/| | | | | | | | | | | | | | | | | Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
* | | Merge branch 'sh-fix-performance-bar-warnings' into 'master'Sean McGivern2019-08-021-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix performance bar warnings when Rugged is disabled Closes #65491 See merge request gitlab-org/gitlab-ce!31395
| * | Fix performance bar warnings when Rugged is disabledsh-fix-performance-bar-warningsStan Hu2019-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | `detailed_metric.vue` was attempting to read the `duration` field even when the metric did not exist in the JSON payload. We now check for the existence of the metrics before attempting to display the value. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65491
* | | Resolve Incorrect empty state message on "Explore projects"Dennis Tang2019-08-023-3/+5
| | |