summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add pipeline_creation:run_pipeline_schedule into Sidekiq queue listuse-queue_namespaceStan Hu2017-12-181-0/+1
|
* Use queue_namespace rather than enqueue_inLin Jen-Shin2017-12-181-1/+1
|
* Merge branch ↵Douwe Maan2017-12-1810-18/+73
|\ | | | | | | | | | | | | | | | | '40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master' Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
| * Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-1810-18/+73
| | | | | | | | | | | | When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.
* | Merge branch '39298-list-of-avatars-2' into 'master'Rémy Coutable2017-12-182-11/+12
|\ \ | | | | | | | | | | | | | | | | | | List of avatars should never show +1 Closes #39298 See merge request gitlab-org/gitlab-ce!15972
| * | List of avatars should never show +1Jacopo2017-12-182-11/+12
| | | | | | | | | | | | | | | The list of avatars should never show +1. If you have +1, that means you can use that space to show that person's avatar, for that reason should always start with +2.
* | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-1815-12/+371
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add button to run scheduled pipeline immediately Closes #38741 See merge request gitlab-org/gitlab-ce!15700
| * | | Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-124-21/+53
| | | |
| * | | Fix Rubocop offense and use a symbol instead of a stringStan Hu2017-12-122-2/+2
| | | |
| * | | Add spec for ActionRateLimiterStan Hu2017-12-122-2/+29
| | | |
| * | | Add a spec for rate limiting pipeline schedulesStan Hu2017-12-122-2/+12
| | | |
| * | | Add rate limiting to guard against excessive scheduling of pipelinesStan Hu2017-12-123-1/+43
| | | |
| * | | Avoid Gitaly N+1 calls by caching tag_namesStan Hu2017-12-123-0/+17
| | | |
| * | | Fix Sidekiq worker and make flash message return a link to the pipelines pageStan Hu2017-12-123-3/+3
| | | |
| * | | Refactor common protected ref checkStan Hu2017-12-123-16/+102
| | | |
| * | | Fix conditions for checking pipeline schedule rulesStan Hu2017-12-122-4/+4
| | | |
| * | | Create a play_pipeline_schedule policy and use itStan Hu2017-12-124-7/+40
| | | |
| * | | Address some comments with running a pipeline scheduleStan Hu2017-12-126-16/+21
| | | |
| * | | Add button to run scheduled pipeline immediatelyStan Hu2017-12-128-3/+110
| | | | | | | | | | | | | | | | Closes #38741
* | | | Merge branch '39836-document-how-lfs-integrity-check-push-prevention-works' ↵Achilleas Pipinellis2017-12-181-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Document how LFS integrity check push prevention works" Closes #39836 See merge request gitlab-org/gitlab-ce!15958
| * | | | Document LFS integrity check and how to disable itJames Edwards-Jones2017-12-181-0/+8
| | | | |
* | | | | Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern2017-12-1815-99/+68
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Stop sending milestone and labels for Projects::MergeRequestsController#show.json requests See merge request gitlab-org/gitlab-ce!15847
| * | | | | Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-1515-99/+68
| | | | | | | | | | | | | | | | | | | | | | | | requests
* | | | | | Merge branch 'winh-translate-contributors-page-dates' into 'master'Filipa Lacerda2017-12-1810-14/+210
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translate contributors page dates Closes #39283 and #38592 See merge request gitlab-org/gitlab-ce!15846
| * | | | | | Translate date ranges on contributors pageWinnie Hellmann2017-12-182-8/+39
| | | | | | |
| * | | | | | Move dateTickFormat to separate moduleWinnie Hellmann2017-12-185-26/+94
| | | | | | |
| * | | | | | Add right padding to contributors graphWinnie Hellmann2017-12-181-1/+4
| | | | | | |
| * | | | | | Translate contributors graph x-axisWinnie Hellmann2017-12-181-2/+24
| | | | | | |
| * | | | | | Add createDateTimeFormat to format dates based on localeWinnie Hellmann2017-12-184-3/+75
| | | | | | |
* | | | | | | Merge branch ↵Sean McGivern2017-12-184-0/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'feature/40842-provide-oracles-webgate-cookies-to-jira-requests' into 'master' Fixes 40842 - Adds extra cookies to JIRA service requests Closes #40842 See merge request gitlab-org/gitlab-ce!15956
| * | | | | | | Fixes 40842 - Adds extra cookies to JIRA service requestsStanislaw Wozniak2017-12-184-0/+31
|/ / / / / / /
* | | | | | | Merge branch 'qa/gb/optimize-qa-pipeline' into 'master'Rémy Coutable2017-12-181-0/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize QA pipeline and don't run irrelevant jobs Closes gitlab-qa#140 See merge request gitlab-org/gitlab-ce!15977
| * | | | | | Optimize QA pipeline and don't run irrelevant jobsGrzegorz Bizon2017-12-181-0/+21
|/ / / / / /
* | | | | | Merge branch 'ph-even-more-es-modules' into 'master'Filipa Lacerda2017-12-1813-371/+362
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exported JS classes as modules See merge request gitlab-org/gitlab-ce!15960
| * | | | | | Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-1513-371/+362
| | | | | | |
* | | | | | | Merge branch 'fix_build_count_in_pipeline_success_maild' into 'master'Grzegorz Bizon2017-12-188-7/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix job count in pipeline success mail Closes #30483 See merge request gitlab-org/gitlab-ce!15827
| * | | | | | | Fix job count in pipeline success mailChristiaan Van den Poel2017-12-188-7/+28
|/ / / / / / /
* | | | | | | Merge branch 'laravel-with-gitlab-docs' into 'master'Rémy Coutable2017-12-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With laravel's package auto-discovery, the composer install fails when it tries… See merge request gitlab-org/gitlab-ce!15950
| * | | | | | | With laravel's package auto-discovery, the composer install fails when it ↵Samuel2017-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tries to install Dusk as it thinks it's running in production
* | | | | | | | Merge branch 'patch-25' into 'master'Rémy Coutable2017-12-181-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm currently the proofreader of Italians Translations, i've started to… See merge request gitlab-org/gitlab-ce!15909
| * | | | | | | | I'm currently the proofreader of Italians Translations, i've started to ↵Paolo Falomo2017-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translate GitLab even before Crowdin. Can i be mentioned?
* | | | | | | | | Merge branch '39974-toggle-sidebar-btn' into 'master'Phil Hughes2017-12-181-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop toggle sidebar button from changing height on collapse Closes #39974 See merge request gitlab-org/gitlab-ce!15944
| * | | | | | | | | Stop toggle sidebar button from changing height on collapse39974-toggle-sidebar-btnAnnabel Dunstone Gray2017-12-151-1/+2
| | | | | | | | | |
* | | | | | | | | | Merge branch 'skip-sast-on-ce' into 'master'Kamil Trzciński2017-12-161-1/+12
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid running autodevops sast job on GitLab CE Closes gl-sast#3 See merge request gitlab-org/gitlab-ce!15962
| * | | | | | | | | Avoid running autodevops sast job on GitLab CEskip-sast-on-ceAlessio Caiazza2017-12-151-1/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'qa/rs-filter-by-name-subgroup' into 'master'Grzegorz Bizon2017-12-161-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter by subgroup name before determining if our group has a subgroup See merge request gitlab-org/gitlab-ce!15969
| * | | | | | | | | Filter by subgroup name before determining if our group has a subgroupqa/rs-filter-by-name-subgroupRobert Speicher2017-12-151-0/+6
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We assumed that the QA sandbox group would continually be wiped and re-created, and thus never have enough subgroups that the one we just created during a new run wouldn't appear on the first page. But we know what they say about assumptions.
* | | | | | | | | Merge branch 'qa/rs-screenshot-last-run' into 'master'Grzegorz Bizon2017-12-161-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only keep screenshots from last run for QA specs See merge request gitlab-org/gitlab-ce!15967
| * | | | | | | | | Only keep screenshots from last run for QA specsqa/rs-screenshot-last-runRobert Speicher2017-12-151-0/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch '38019-hide-runner-token' into 'master'Clement Ho2017-12-1510-49/+223
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide runner token in CI/CD settings page Closes #38019 See merge request gitlab-org/gitlab-ce!15918