summaryrefslogtreecommitdiff
path: root/app/services/projects/update_pages_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract GitLab Pages using RubyZipKamil Trzciński2019-01-311-16/+25
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* InvaildStateError -> InvalidStateErrorNick Thomas2018-04-271-9/+9
* Don't automatically remove artifacts for pages jobs after pages:deploy has runNick Thomas2018-04-271-9/+2
* Remove support for legacy tar.gz pages artifactsJacob Vosmaer2018-04-031-13/+1
* Merge branch 'fix/sm/fix-wrong-error-handling-in-update-page-service' into 'm...Kamil Trzciński2018-04-031-8/+11
|\
| * missing the public folder is InvaildStateErrorfix/sm/fix-wrong-error-handling-in-update-page-serviceShinya Maeda2018-03-301-1/+2
| * Fix bad namingShinya Maeda2018-03-301-2/+2
| * Fix wrong error handling in update page serviceShinya Maeda2018-03-301-7/+9
* | Free open file descriptors and libgit2 buffers in UpdatePagesServicesh-cleanup-pages-workerStan Hu2018-03-301-0/+3
|/
* apply feedbackMicaël Bergeron2018-03-091-8/+13
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-11/+15
|\
| * Introduce FailedToExtractError. Fix spec. Add DNS test mock.Shinya Maeda2018-03-061-7/+8
| * Add empty line after custom error difinitionShinya Maeda2018-03-061-0/+1
| * Fix commentShinya Maeda2018-03-061-1/+1
| * Rework to minimize changesShinya Maeda2018-03-061-8/+15
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-3/+1
|\ \ | |/
| * use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński2018-02-281-1/+1
|\ \ | |/
| * Test new artifacts for pages deployZeger-Jan van de Weg2017-12-031-1/+1
* | Merge commit 'b39d0c318921bae2e3a11df9ee6828291dad9864' into object-storage-e...Kamil Trzciński2018-02-281-3/+5
|\ \ | |/
| * Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-1/+1
| * Fix enum listsShinya Maeda2017-09-051-1/+1
| * Fix enum wordingShinya Maeda2017-09-051-1/+1
| * Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-1/+1
| * `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
| * Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-101-2/+2
* | Merge commit '5b08d59f07fc53c1e34819fac20352119d5343e6' into object-storage-e...Kamil Trzciński2018-02-281-1/+23
|\ \ | |/
| * Add two more metrics for CI/CDzj-add-ci-metricsZ.J. van de Weg2017-07-311-0/+18
| * Refactor max_size method in update pages servicefix/gb/handle-max-pages-artifacts-size-correctlyGrzegorz Bizon2017-07-261-3/+5
| * Handle maximum pages artifacts size correctlyGrzegorz Bizon2017-07-251-1/+3
* | Merge branch 'zj-object-store-artifacts' into 'master'Grzegorz Bizon2018-02-281-13/+17
|/
* Perform unzip quietly in UpdatePagesServicers-silence-update-pages-serviceRobert Speicher2017-06-281-1/+2
* Log errors in UpdatePagesServiceDanilo Bargen2017-03-311-0/+1
* Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-051-0/+2
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix constant resolution in UpdatePagesServiceSean McGivern2017-02-011-1/+1
* Fix GitLab Pages test failuresKamil Trzcinski2017-02-011-0/+1
* Fixed Rubocop deprecation warningsYorick Peterse2017-02-011-1/+1
* Fix EE specs after ci_commit rename to pipelineKamil Trzcinski2017-01-311-1/+1
* pages: Fix "undefined local variable or method `total_size'" when maximum pag...Nick Thomas2017-01-311-1/+1
* Updated according to commentsKamil Trzcinski2017-01-311-2/+1
* Pages domain model specsKamil Trzcinski2017-01-311-1/+2
* Added support for zip archives in pagesKamil Trzcinski2017-01-311-5/+36
* Move most of PagesWorker logic UpdatePagesServiceKamil Trzcinski2017-01-311-0/+132