summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Improve cluster policy spec coveragespec_cluster_policy_coverageThong Kuah2019-08-122-0/+12
|
* Update karma for new expansion cell markupAndré Luís2019-08-111-4/+12
| | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
* Replace ... with new expansion optionsSamantha Ming2019-08-1011-21/+238
| | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* Split MR widget into cached and non-cached serializersIgor2019-08-095-143/+173
| | | | | | | | | Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
* Merge branch 'spec-differences' into 'master'Robert Speicher2019-08-091-1/+1
|\ | | | | | | | | Backport EE code for OAuth applications spec See merge request gitlab-org/gitlab-ce!31670
| * Backport EE code for OAuth applications specspec-differencesYorick Peterse2019-08-091-1/+1
| | | | | | | | | | This spec used a different title for a spec in EE, while CE duplicated the same title. This ensures that CE uses the EE version.
* | Merge branch 'issue_58494' into 'master'Robert Speicher2019-08-091-0/+11
|\ \ | | | | | | | | | | | | | | | | | | Prevent rewritting plain links as embedded Closes #58494 See merge request gitlab-org/gitlab-ce!31489
| * | Prevent rewritting plain links as embeddedissue_58494Felipe Artur2019-08-071-0/+11
| | | | | | | | | | | | | | | Prevents rewritting plain image/video links as embedded when moving issues.
* | | Remove gfm_embed_metrics flag from BETristan Read2019-08-093-52/+1
| | | | | | | | | | | | | | | | | | Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
* | | Adds button to download metrics data as csvLaura Montemayor2019-08-091-3/+33
| | | | | | | | | | | | | | | | | | This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
* | | Merge branch ↵Bob Van Landuyt2019-08-091-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '13208-epicissue-has-an-unexpected-default-relative-position-ce' into 'master' [CE] Remove default `relative_position` from `epic_issues` See merge request gitlab-org/gitlab-ce!31514
| * | | Remove default relative_position value13208-epicissue-has-an-unexpected-default-relative-position-ceHeinrich Lee Yu2019-08-091-3/+3
| | | | | | | | | | | | | | | | | | | | This makes `epic_issues` consistent with other tables using our `RelativePositioning` class
* | | | Add repo-refs control for search pageminghuan lei2019-08-092-8/+135
| | | | | | | | | | | | | | | | - only in blobs result
* | | | Merge branch 'revert-d61dab91' into 'master'Bob Van Landuyt2019-08-092-57/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Revert "Merge branch '65152-selective-highlight' into 'master'" See merge request gitlab-org/gitlab-ce!31643
| * | | Revert "Merge branch '65152-selective-highlight' into 'master'"revert-d61dab91Patrick Bajao2019-08-092-57/+3
| |/ / | | | | | | This reverts merge request !31361
* | | Merge branch 'sh-fix-sidekiq-scheduling-latency' into 'master'Thong Kuah2019-08-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Sidekiq scheduling_latency_s Closes #65748 See merge request gitlab-org/gitlab-ce!31650
| * | | Fix Sidekiq scheduling_latency_ssh-fix-sidekiq-scheduling-latencyStan Hu2019-08-081-2/+2
| |/ / | | | | | | | | | | | | | | | | | | This number was reporting a negative number because `current_time` was a monotonic counter, not an absolute time. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65748
* | | Revert "Merge branch ↵Winnie Hellmann2019-08-092-3/+3
| | | | | | | | | | | | | | | | | | '4221-board-milestone-should-persist-any-none-properly-ce' into 'master'" This reverts merge request !30613
* | | Add Gitaly and Rugged call timing in Sidekiq logsStan Hu2019-08-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help identify Sidekiq jobs that invoke excessive number of filesystem access. The timing data is stored in `RequestStore`, but this is only active within the middleware and is not directly accessible to the Sidekiq logger. However, it is possible for the middleware to modify the job hash to pass this data along to the logger.
* | | Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez2019-08-095-192/+2
|\ \ \ | | | | | | | | | | | | | | | | Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
| * | | Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-085-192/+2
| | | | | | | | | | | | | | | | | | | | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* | | | Merge branch 'speed-up-labels-api' into 'master'Rémy Coutable2019-08-097-70/+126
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Remove label issue and MR counts from default API responses See merge request gitlab-org/gitlab-ce!31543
| * | | Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-087-70/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* | | | Add a field for released_at to GH importerCindy Pallares 🦉2019-08-091-2/+5
| | | |
* | | | Merge branch 'sh-rename-githost-to-gitjson' into 'master'Mayra Cabrera2019-08-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
| * | | | Rename githost.log -> git_json.logStan Hu2019-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
* | | | | Merge branch 'jejacks0n-remove-bad-spec' into 'master'Tim Zallmann2019-08-081-7/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Clean up an incomplete thought as a spec See merge request gitlab-org/gitlab-ce!31541
| * | | | Clean up an incomplete thought as a specjejacks0n-remove-bad-specjejacks0n2019-08-061-7/+0
| | | | |
* | | | | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-0811-4/+339
| | | | | | | | | | | | | | | | | | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* | | | | Record usage on snippet usageMark Chao2019-08-086-0/+164
| | | | | | | | | | | | | | | | | | | | Generalize wiki page counter for other page types to extend to.
* | | | | Merge branch '63181-collapsible-line' into 'master'Kushal Pandya2019-08-083-3/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
| * | | | | Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-073-3/+37
| |/ / / / | | | | | | | | | | | | | | | | | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* | | | | CE port for bulk updating group labelsEugenia Grieff2019-08-081-151/+168
| | | | | | | | | | | | | | | | | | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
* | | | | Merge branch '20137-starrers' into 'master'Stan Hu2019-08-089-25/+319
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690
| * | | | | Fix public/private starrers counts in special cases20137-starrersCamil Staps2019-08-071-5/+38
| | | | | |
| * | | | | Handle reviewer comments on !24690Camil Staps2019-08-073-6/+12
| | | | | |
| * | | | | Address reviewer commentsCamil Staps2019-08-071-1/+1
| | | | | |
| * | | | | Fix test styleCamil Staps2019-08-071-3/+4
| | | | | |
| * | | | | Add tests for starrers viewsCamil Staps2019-08-075-1/+255
| | | | | |
| * | | | | Add /starrers view for projectsCamil Staps2019-08-074-24/+24
| | | | | |
* | | | | | Simplify getTimeDiff functionSimon Knox2019-08-084-14/+69
| |_|_|/ / |/| | | | | | | | | | | | | | Pass keyname instead of translated string
* | | | | Merge branch 'sh-add-missing-csp-report-uri' into 'master'Mayra Cabrera2019-08-071-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add missing report-uri to CSP config See merge request gitlab-org/gitlab-ce!31593
| * | | | Add missing report-uri to CSP configsh-add-missing-csp-report-uriStan Hu2019-08-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This is supported in Rails 5.2, although it may be deprecated in the future by reports-to.
* | | | | Save instance administration project id in DBReuben Pereira2019-08-073-32/+94
| | | | | | | | | | | | | | | | | | | | | | | | | - This will make it easy to identify the project even if admins change the name of the project or move it.
* | | | | Support dashboard params for metrics dashboardSarah Yasonik2019-08-079-11/+519
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support to EnvironmentsController#metrics_dashboard for the following params: group, title, y_label These params are used to uniquely identify a panel on the metrics dashboard. Metrics are stored in several places, so this adds utilities to find a specific panel from the database or filesystem depending on the metric specified. Also moves some shared utilities into separate classes, notably default values and errors.
* | | | | Do not persist notes filter when auto-switchingHeinrich Lee Yu2019-08-073-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
* | | | | Merge branch '65705-two-buttons' into 'master'Kushal Pandya2019-08-071-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes duplicate button from job log page Closes #65705 See merge request gitlab-org/gitlab-ce!31544
| * | | | | Removes duplicate button65705-two-buttonsFilipa Lacerda2019-08-061-1/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Prevents manual action button from being rendered twice in the job log empty state
* | | | | Initial commit of WIP code for considerationKerri Miller2019-08-071-0/+11
| | | | | | | | | | | | | | | | | | | | Squash this commit and reword before merging..
* | | | | Merge branch '47814-search-view-labels' into 'master'Paul Slaughter2019-08-075-2/+70
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Selected project in the search view is not fully readable" Closes #47814 See merge request gitlab-org/gitlab-ce!31137