summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove changelog entry41856-backport-stacked-progress-barKushal Pandya2018-01-151-5/+0
|
* Add changelog entryKushal Pandya2018-01-151-0/+5
|
* Add StackedProgressBar ComponentKushal Pandya2018-01-151-0/+1
|
* StackedProgressBar Component stylesKushal Pandya2018-01-151-0/+54
|
* StackedProgressBar Component testsKushal Pandya2018-01-151-0/+77
|
* StackedProgressBar ComponentKushal Pandya2018-01-151-0/+127
|
* Merge branch '16988-use-toggle-for-subscribed-unsubscribed-to-notifications' ↵Annabel Dunstone Gray2018-01-128-56/+71
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Use toggle for subscribed/unsubscribed to notifications" Closes #16988 See merge request gitlab-org/gitlab-ce!16408
| * change loading prop behavior for subscriptions.vueMike Greiling2018-01-122-2/+2
| |
| * add missing commaMike Greiling2018-01-121-1/+1
| |
| * only show loading indicator in subscription toggle on initial data fetch16988-use-toggle-for-subscribed-unsubscribed-to-notificationsMike Greiling2018-01-121-1/+1
| |
| * add tooltip for notifications icon in collapsed sidebarMike Greiling2018-01-121-9/+29
| |
| * change notification bell icon from font-awesome to gitlab svgMike Greiling2018-01-121-8/+10
| |
| * update capybara specs for subscription toggleMike Greiling2018-01-122-16/+14
| |
| * update spinach test for subscription toggleMike Greiling2018-01-122-5/+5
| |
| * update karma testsMike Greiling2018-01-122-7/+7
| |
| * add prop defaultsMike Greiling2018-01-122-2/+4
| |
| * change rss icon to bell icon for notificationsMike Greiling2018-01-111-1/+5
| |
| * convert notification subscription button into toggleMike Greiling2018-01-113-22/+11
| |
* | Merge branch 'rename-prometheus-to-monitoring' into 'master'Stan Hu2018-01-121-1/+1
|\ \ | | | | | | | | | | | | Rename ~Prometheus to ~Monitoring See merge request gitlab-org/gitlab-ce!16442
| * | Rename ~Prometheus to ~MonitoringFabio Busatto2018-01-121-1/+1
|/ /
* | Merge branch 'fix_gitlab-ce#41891' into 'master'Annabel Dunstone Gray2018-01-123-3/+13
|\ \ | | | | | | | | | | | | | | | | | | fix gitlab-org/gitlab-ce#41891 (design nitpick) Closes #41891 See merge request gitlab-org/gitlab-ce!16383
| * | remove wrong/unneeded margin of custom navigation header logo without logo textMarkus Doits2018-01-123-3/+13
| | |
* | | Merge branch 'display-mr-in-commit-page' into 'master'Clement Ho2018-01-1215-2/+256
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Display related merge requests in commit detail page Closes #2383 See merge request gitlab-org/gitlab-ce!13713
| * | | Display related merge requests in commit detail pageHiroyuki Sato2018-01-1215-2/+256
|/ / /
* | | Merge branch 'projects-l' into 'master'Filipa Lacerda2018-01-125-2/+41
|\ \ \ | | | | | | | | | | | | | | | | Refactor projects:l* See merge request gitlab-org/gitlab-ce!16393
| * | | Refactor into init_labelsprojects-lClement Ho2018-01-122-17/+20
| | | |
| * | | Merge branch 'master' into projects-lClement Ho2018-01-11222-1462/+2749
| |\ \ \
| * | | | Code improvementsClement Ho2018-01-114-11/+8
| | | | |
| * | | | Refactor projects:l*Jacob Schatz2018-01-114-2/+41
| | | | |
* | | | | Merge branch '40492-update-admin-dashboard-content-order' into 'master'Annabel Dunstone Gray2018-01-122-28/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move row containing Projects, Users and Groups count to the top Closes #40492 See merge request gitlab-org/gitlab-ce!16421
| * | | | | Move row containing Projects, Users and Groups count to the topKushal Pandya2018-01-122-28/+33
|/ / / / /
* | | | | Merge branch ↵Filipa Lacerda2018-01-128-135/+60
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-backport-generalize-protected-branch-tags-to-create-item-dropdown' into 'master' Generalize protected branch/tag dropdowns -- CE backport See merge request gitlab-org/gitlab-ce!16420
| * | | | | Generalize protected branch/tag dropdownsce-backport-generalize-protected-branch-tags-to-create-item-dropdownEric Eastwood2018-01-128-135/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate ee code This was generalized for usage in the new variable table design, see https://gitlab.com/gitlab-org/gitlab-ce/issues/39118#note_53615249 Conflicts: app/assets/stylesheets/pages/projects.scss ee/app/assets/javascripts/protected_branches/protected_branch_create.js ee/app/assets/javascripts/protected_tags/protected_tag_create.js ee/app/views/projects/protected_branches/ee/_dropdown.html.haml
* | | | | | Merge branch '41731-predicate-memoization' into 'master'Robert Speicher2018-01-1213-23/+215
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce PredicateMemoization cop Closes #41731 See merge request gitlab-org/gitlab-ce!16329
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 41731-predicate-memoizationLin Jen-Shin2018-01-1330-649/+348
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Docs: move article "Autoscaling Runners on AWS" to its topic-related dir Update missing API documentation on `GET /users/:id/projects` Docs: remove duplicate CI examples Only search for MR revert commits on notes after MR was merged Added .rej files to gitignore Fixed performance of projects dropdown Add a note about GitLab QA page objects validator to docs Refactor dispatcher projects blame and blob path Fix Ctrl+Enter keyboard shortcut saving comment/note edit Fix boolean prop being provided as string Fixes minor aspects on Prometheus description Refactor dispatcher project branches path Use simple Next/Prev paging for jobs to avoid large count queries on arbitrarily large sets of historical jobs Update the grpc gem to 1.8.3
* | | | | | | Merge branch '41807-15665-consistently-502s-because-it-fetches-every-commit' ↵41988-updating-the-markdown-cache-version-does-not-flush-the-appearances-cacheRémy Coutable2018-01-125-6/+99
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "!15665 consistently 502s because it fetches every commit" Closes #41807 See merge request gitlab-org/gitlab-ce!16320
| * | | | | | Only search for MR revert commits on notes after MR was merged41807-15665-consistently-502s-because-it-fetches-every-commitSean McGivern2018-01-125-6/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we search for notes before the MR was merged, we have to load every commit that was ever part of the MR, or mentioned in a push. In extreme cases, this can be tens of thousands of commits to load, but we know they can't revert the merge commit, because they are from before the MR was merged. In the (rare) case that we don't have a `merged_at` value for the MR, we can still search all notes.
* | | | | | | Merge branch 'docs-move-article-autoscaling-runner-aws' into 'master'Achilleas Pipinellis2018-01-121-410/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: move article "Autoscaling Runners on AWS" to its topic-related dir See merge request gitlab-org/gitlab-ce!16368
| * | | | | | | Docs: move article "Autoscaling Runners on AWS" to its topic-related dirMarcia Ramos2018-01-121-410/+1
|/ / / / / / /
* | | | | | | Merge branch 'projects-dropdown-perf' into 'master'Filipa Lacerda2018-01-121-5/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed performance of projects dropdown Closes #41939 See merge request gitlab-org/gitlab-ce!16425
| * | | | | | | Fixed performance of projects dropdownprojects-dropdown-perfPhil Hughes2018-01-121-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #41939
* | | | | | | | Merge branch 'disable-pages-on-jobs' into 'master'Yorick Peterse2018-01-123-2/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use simple Next/Prev paging for CI Jobs page Closes #41058 See merge request gitlab-org/gitlab-ce!16392
| * | | | | | | | Use simple Next/Prev paging for jobs to avoid large count queries on ↵disable-pages-on-jobsGreg Stark2018-01-113-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arbitrarily large sets of historical jobs
* | | | | | | | | Merge branch 'docs-api-users' into 'master'Achilleas Pipinellis2018-01-121-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update missing API documentation on `GET /users/:id/projects` Closes #41478 See merge request gitlab-org/gitlab-ce!16363
| * | | | | | | | | Update missing API documentation on `GET /users/:id/projects`Onuwa Nnachi Isaac2018-01-121-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'docs-remove-duplicate-ci-examples' into 'master'Achilleas Pipinellis2018-01-123-171/+97
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: remove duplicate CI examples Closes #41872 See merge request gitlab-org/gitlab-ce!16372
| * | | | | | | | | Docs: remove duplicate CI examplesMarcia Ramos2018-01-123-171/+97
|/ / / / / / / / /
* | | | | | | | | Merge branch 'gitignore-rej' into 'master'Sean McGivern2018-01-121-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added .rej files to gitignore See merge request gitlab-org/gitlab-ce!16429
| * | | | | | | | | Added .rej files to gitignorePhil Hughes2018-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | Merge branch '41937-vue-prop-type' into 'master'Phil Hughes2018-01-122-9/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Fix type is started key" Closes #41937 See merge request gitlab-org/gitlab-ce!16407