Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -10320,3 +10320,4 @@ math/freemat||2018-07-03|Has expired: Complex, unmaintained software with obsolete dependencies dns/bind99|dns/bind911|2018-07-04|Has expired: Going out of support, please migrate to dns/bind911 dns/bind910|dns/bind911|2018-07-04|Has expired: Going out of support, please migrate to dns/bind911 +www/gitlab|www/gitlab-ce|2018-07-04|Port renamed to match name on gitlab.org Index: UPDATING =================================================================== --- UPDATING +++ UPDATING @@ -5,6 +5,23 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180704: + AFFECTS: users of www/gitlab + AUTHOR: mfechner@FreeBSD.org + + The gitlab port uses the package from gitlab.org instead of github.org. + For this the port was renamed from gitlab to gitlab-ce. + Please follow the instructions very carefully to not lose your data! + Not only the package was renamed, also the directory name changed. + + You can find the current instruction here: + https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.8-11.0-freebsd.md + + Please note the update was only tested for an update from 10.8.5 to 11.0.2. + If your version of gitlab was released before 2014-03-13 you cannot update + to this version. You need to make an intermediate update to an earlier + version before. + 20180701: AFFECTS: users of devel/bats AUTHOR: lifanov@FreeBSD.org Index: devel/gitaly/Makefile =================================================================== --- devel/gitaly/Makefile +++ devel/gitaly/Makefile @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/gitaly/Makefile 472977 2018-06-21 15:32:00Z mfechner $ PORTNAME= gitaly -DISTVERSION= 0.100.0 +DISTVERSION= 0.105.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -12,17 +12,19 @@ # define dependencies that are required for build and run under MY_DEPENDS MY_DEPENDS= git>=2.16.2:devel/git \ + rubygem-i18n>=0:devel/rubygem-i18n \ rubygem-rugged>=0.27.1:devel/rubygem-rugged \ rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-bundler>0:sysutils/rubygem-bundler \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ - rubygem-gitaly-proto099>=0.99.0:net/rubygem-gitaly-proto099 \ + rubygem-gitaly-proto>=0.101.0:net/rubygem-gitaly-proto \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ - rubygem-rdoc>=4.2:devel/rubygem-rdoc \ + rubygem-rdoc>=6.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4:www/rubygem-gitlab-gollum-rugged_adapter \ rubygem-grpc>=1.11.0:net/rubygem-grpc \ rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ + rubygem-faraday>=0.12:www/rubygem-faraday \ rubygem-licensee8>=8.9.0:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 @@ -39,7 +41,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 15606d3061414479453534814d32132bd9411617 +GL_COMMIT= 90ec422b0e76840075010476898637a92f287245 post-patch: ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample Index: devel/gitaly/distinfo =================================================================== --- devel/gitaly/distinfo +++ devel/gitaly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529482774 -SHA256 (gitlab-org-gitaly-15606d3061414479453534814d32132bd9411617_GL0.tar.gz) = d93fd3c3481f65c918e2d8ebeeb0108ba68a9ce2106956799d24e862f77b0ba8 -SIZE (gitlab-org-gitaly-15606d3061414479453534814d32132bd9411617_GL0.tar.gz) = 4126919 +TIMESTAMP = 1530370061 +SHA256 (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 0ec6140877d53dae22247d16ddb89374cade68ab47800b74e649e2a073c63e71 +SIZE (gitlab-org-gitaly-90ec422b0e76840075010476898637a92f287245_GL0.tar.gz) = 4145322 Index: devel/gitaly/files/patch-Makefile =================================================================== --- devel/gitaly/files/patch-Makefile +++ devel/gitaly/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-02-08 14:44:53 UTC +--- Makefile.orig 2018-07-01 11:16:07 UTC +++ Makefile @@ -11,7 +11,7 @@ INSTALL_DEST_DIR := $(DESTDIR)$(PREFIX)/ COVERAGE_DIR := $(TARGET_DIR)/cover @@ -9,12 +9,12 @@ BUILDTIME = $(shell date -u +%Y%m%d.%H%M%S) VERSION_PREFIXED = $(shell git describe) -@@ -56,7 +56,7 @@ build: .ruby-bundle $(TARGET_SETUP) - cp $(foreach cmd,$(COMMANDS),$(BIN_BUILD_DIR)/$(cmd)) $(BUILD_DIR)/ +@@ -57,7 +57,7 @@ build: .ruby-bundle $(TARGET_SETUP) .ruby-bundle: ruby/Gemfile.lock ruby/Gemfile + cd ruby && bundle config # for debugging - cd ruby && bundle install $(BUNDLE_FLAGS) + cd ruby && rm Gemfile.lock && bundle install $(BUNDLE_FLAGS) + cd ruby && bundle show gitaly-proto # sanity check touch $@ - # TODO: confirm what references this target? Omnibus? Source installs? Index: devel/gitaly/files/patch-config.toml.example =================================================================== --- devel/gitaly/files/patch-config.toml.example +++ devel/gitaly/files/patch-config.toml.example @@ -1,10 +1,10 @@ ---- config.toml.example.orig 2018-04-12 00:44:37 UTC +--- config.toml.example.orig 2018-06-04 16:17:50 UTC +++ config.toml.example @@ -1,9 +1,9 @@ # Example Gitaly configuration file -socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket" -+socket_path = "/usr/local/www/gitlab/tmp/sockets/private/gitaly.socket" ++socket_path = "/usr/local/www/gitlab-ce/tmp/sockets/private/gitaly.socket" # The directory where Gitaly's executables are stored -bin_dir = "/home/git/gitaly" @@ -12,8 +12,8 @@ # # Optional: listen on a TCP socket. This is insecure (no authentication) # listen_addr = "localhost:9999" -@@ -14,12 +14,12 @@ bin_dir = "/home/git/gitaly" - # +@@ -13,12 +13,12 @@ bin_dir = "/home/git/gitaly" + # prometheus_listen_addr = "localhost:9236" # # Git executable settings -# [git] @@ -28,7 +28,7 @@ # # You can optionally configure more storages for this Gitaly instance to serve up # -@@ -42,7 +42,7 @@ path = "/home/git/repositories" +@@ -46,7 +46,7 @@ path = "/home/git/repositories" [gitaly-ruby] # The directory where gitaly-ruby is installed @@ -37,7 +37,7 @@ # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes) # max_rss = 300000000 -@@ -55,7 +55,7 @@ dir = "/home/git/gitaly/ruby" +@@ -62,7 +62,7 @@ dir = "/home/git/gitaly/ruby" [gitlab-shell] # The directory where gitlab-shell is installed Index: devel/gitaly/files/patch-ruby_Gemfile =================================================================== --- devel/gitaly/files/patch-ruby_Gemfile +++ devel/gitaly/files/patch-ruby_Gemfile @@ -1,18 +1,25 @@ ---- ruby/Gemfile.orig 2018-06-20 08:20:28 UTC +--- ruby/Gemfile.orig 2018-06-04 16:17:50 UTC +++ ruby/Gemfile -@@ -8,7 +8,7 @@ gem 'activesupport', '~> 5.0.2' - gem 'rdoc', '~> 4.2' +@@ -5,12 +5,13 @@ gem 'github-linguist', '~> 5.3.3', requi + gem 'gitlab-markup', '~> 1.6.2' + gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' + gem 'activesupport', '~> 5.0.2' +-gem 'rdoc', '~> 4.2' ++gem 'rdoc', '~> 6.0' gem 'gitlab-gollum-lib', '~> 4.2', require: false gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false --gem 'grpc', '~> 1.10.0' -+gem 'grpc', '~> 1.11.0' + gem 'grpc', '~> 1.11.0' gem 'sentry-raven', '~> 2.7.2', require: false + gem 'faraday', '~> 0.12' ++gem 'i18n' # Detects the open source license the repository includes -@@ -18,7 +18,3 @@ gem 'licensee', '~> 8.9.0' + # This version needs to be in sync with GitLab CE/EE +@@ -18,8 +19,3 @@ gem 'licensee', '~> 8.9.0' + # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' - +- -group :development, :test do - gem 'gitlab-styles', '~> 2.0.0', require: false - gem 'rspec', require: false Index: devel/gitlab-shell/Makefile =================================================================== --- devel/gitlab-shell/Makefile +++ devel/gitlab-shell/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/gitlab-shell/Makefile 469939 2018-05-14 18:00:12Z mfechner $ PORTNAME= gitlab-shell -PORTVERSION= 7.1.2 +PORTVERSION= 7.1.4 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +16,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 3a83767f650f996ef37382a21d05d8ed99873aa1 +GL_COMMIT= 6a15f1db609acd6b7dadb2a88d4f5aff3500f160 USERS= git GROUPS= git @@ -39,5 +39,6 @@ @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-archive .include Index: devel/gitlab-shell/distinfo =================================================================== --- devel/gitlab-shell/distinfo +++ devel/gitlab-shell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524408426 -SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d -SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242 +TIMESTAMP = 1530371268 +SHA256 (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 7d3a5e1380b575f24194022499889f06bc81d84edb2df2fab4e4651fb77b6cf4 +SIZE (gitlab-org-gitlab-shell-6a15f1db609acd6b7dadb2a88d4f5aff3500f160_GL0.tar.gz) = 1547952 Index: devel/rubygem-rdoc/Makefile =================================================================== --- devel/rubygem-rdoc/Makefile +++ devel/rubygem-rdoc/Makefile @@ -1,8 +1,7 @@ # $FreeBSD: head/devel/rubygem-rdoc/Makefile 430393 2017-01-02 19:10:58Z swills $ PORTNAME= rdoc -PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTVERSION= 6.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,9 +12,10 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri Index: devel/rubygem-rdoc/distinfo =================================================================== --- devel/rubygem-rdoc/distinfo +++ devel/rubygem-rdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481638086 -SHA256 (rubygem/rdoc-4.3.0.gem) = 8cd820f70ec4b315ffff8e0653c8ce46cc9e444f3f8e7ed21c57338c61156a8d -SIZE (rubygem/rdoc-4.3.0.gem) = 738816 +TIMESTAMP = 1530367834 +SHA256 (rubygem/rdoc-6.0.4.gem) = 27b33aab87e61bf6fffe7ef82c188865ab578fdab91a342c798635869920db2a +SIZE (rubygem/rdoc-6.0.4.gem) = 599552 Index: devel/rubygem-sdoc/Makefile =================================================================== --- devel/rubygem-sdoc/Makefile +++ devel/rubygem-sdoc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD: head/devel/rubygem-sdoc/Makefile 447375 2017-08-04 20:09:12Z sunpoet $ PORTNAME= sdoc -PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,12 +11,12 @@ LICENSE= MIT -RUN_DEPENDS= rubygem-json1>=1.7.7:devel/rubygem-json1 \ - rubygem-rdoc>=4.0:devel/rubygem-rdoc +RUN_DEPENDS= rubygem-rdoc>=5.0:devel/rubygem-rdoc -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/sdoc bin/sdoc-merge Index: devel/rubygem-sdoc/distinfo =================================================================== --- devel/rubygem-sdoc/distinfo +++ devel/rubygem-sdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481553577 -SHA256 (rubygem/sdoc-0.4.2.gem) = 361d33a927490089b6560efecff460e9a9d2e608952482e0633857bb41f01b62 -SIZE (rubygem/sdoc-0.4.2.gem) = 282112 +TIMESTAMP = 1530433051 +SHA256 (rubygem/sdoc-1.0.0.gem) = 706950dd117b9445ab7f85004e9183ec0e3fa75e82f151519f019fc95154846b +SIZE (rubygem/sdoc-1.0.0.gem) = 268800 Index: devel/rubygem-sprockets3/Makefile =================================================================== --- devel/rubygem-sprockets3/Makefile +++ devel/rubygem-sprockets3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD: head/devel/rubygem-sprockets3/Makefile 430587 2017-01-04 19:09:59Z swills $ PORTNAME= sprockets -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -17,9 +16,10 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \ rubygem-rack16>=1.0:www/rubygem-rack16 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/sprockets Index: devel/rubygem-sprockets3/distinfo =================================================================== --- devel/rubygem-sprockets3/distinfo +++ devel/rubygem-sprockets3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483215767 -SHA256 (rubygem/sprockets-3.7.1.gem) = 59a59156f42e2b98811117f1e362efae8e79987c4f271fcfdbd2770ecbfc636b -SIZE (rubygem/sprockets-3.7.1.gem) = 72704 +TIMESTAMP = 1530450802 +SHA256 (rubygem/sprockets-3.7.2.gem) = 5ea1d7facd09203c1aa196afd6178208cd25abdbcc2a9978810a2f0754e152a0 +SIZE (rubygem/sprockets-3.7.2.gem) = 72704 Index: net/rubygem-gitaly-proto/Makefile =================================================================== --- net/rubygem-gitaly-proto/Makefile +++ net/rubygem-gitaly-proto/Makefile @@ -2,11 +2,11 @@ # $FreeBSD: head/net/rubygem-gitaly-proto/Makefile 470735 2018-05-23 23:24:22Z sunpoet $ PORTNAME= gitaly-proto -PORTVERSION= 0.100.0 +PORTVERSION= 0.101.0 CATEGORIES= net rubygems MASTER_SITES= RG -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Protobuf specifications and client libraries for Gitaly LICENSE= MIT Index: net/rubygem-gitaly-proto/distinfo =================================================================== --- net/rubygem-gitaly-proto/distinfo +++ net/rubygem-gitaly-proto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527079400 -SHA256 (rubygem/gitaly-proto-0.100.0.gem) = 1a8b7606314d529e7ab6dceed73ac5c4bc77732e572c1cc09b9190f60a13fdda -SIZE (rubygem/gitaly-proto-0.100.0.gem) = 16896 +TIMESTAMP = 1530442465 +SHA256 (rubygem/gitaly-proto-0.101.0.gem) = e0d566504249cf823eeeb114e874b3043d93d40a95bd38802c6a8b91e9ca0131 +SIZE (rubygem/gitaly-proto-0.101.0.gem) = 16896 Index: www/gitlab-ce/Makefile =================================================================== --- www/gitlab-ce/Makefile +++ www/gitlab-ce/Makefile @@ -1,9 +1,8 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD: head/www/gitlab/Makefile 473553 2018-06-29 15:01:30Z mfechner $ -PORTNAME= gitlab -PORTVERSION= 10.8.5 -DISTVERSIONPREFIX= v +PORTNAME= gitlab-ce +PORTVERSION= 11.0.2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -25,9 +24,9 @@ # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options RUN_DEPENDS= git>=2.16.2:devel/git \ - gitlab-shell>=7.1.2:devel/gitlab-shell \ - gitlab-workhorse>=4.1.0:www/gitlab-workhorse \ - gitaly>=0.100.0:devel/gitaly \ + gitlab-shell>=7.1.4:devel/gitlab-shell \ + gitlab-workhorse>=4.3.1:www/gitlab-workhorse \ + gitaly>=0.105.0:devel/gitaly \ gitlab-pages>=0.9.1:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ @@ -38,7 +37,7 @@ rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ rubygem-default_value_for30>=3.0.5:devel/rubygem-default_value_for30 \ rubygem-rugged>=0.27.0:devel/rubygem-rugged \ - rubygem-grape-route-helpers>=2.1.0:devel/rubygem-grape-route-helpers \ + rubygem-grape-path-helpers>=1.0:devel/rubygem-grape-path-helpers \ rubygem-faraday>=0.12.0:www/rubygem-faraday \ rubygem-devise>=4.4:devel/rubygem-devise \ rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \ @@ -57,7 +56,7 @@ rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \ rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ - rubygem-omniauth-authentiq>=0.3.1:net/rubygem-omniauth-authentiq \ + rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ rubygem-jwt1>=1.5.6:www/rubygem-jwt1 \ rubygem-recaptcha3>=3.0:devel/rubygem-recaptcha3 \ @@ -77,10 +76,13 @@ rubygem-grape>=1.0:devel/rubygem-grape \ rubygem-grape-entity>=0.7.1:devel/rubygem-grape-entity \ rubygem-rack-cors>=1.0.0:www/rubygem-rack-cors \ + rubygem-graphql>=1.8.0:devel/rubygem-graphql \ + rubygem-graphiql-rails>=1.4.10:devel/rubygem-graphiql-rails \ rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails4>=1.0:www/rubygem-kaminari-rails4 \ rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \ rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ + rubygem-mini_magick>=0:graphics/rubygem-mini_magick \ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ rubygem-fog-aws2>=2.0.1:net/rubygem-fog-aws2 \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ @@ -98,7 +100,7 @@ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ rubygem-commonmarker>=0.17:textproc/rubygem-commonmarker \ rubygem-redcloth>=4.3.2:www/rubygem-redcloth \ - rubygem-rdoc>=4.2:devel/rubygem-rdoc \ + rubygem-rdoc>=6.0:devel/rubygem-rdoc \ rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \ @@ -108,18 +110,20 @@ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ rubygem-nokogiri>=1.8.2:textproc/rubygem-nokogiri \ + rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ rubygem-unicorn51>=5.1.0:www/rubygem-unicorn51 \ rubygem-unicorn-worker-killer044>=0.4.4:www/rubygem-unicorn-worker-killer044 \ rubygem-state_machines-activerecord>=0.5.1:databases/rubygem-state_machines-activerecord \ rubygem-acts-as-taggable-on>=5.0:www/rubygem-acts-as-taggable-on \ - rubygem-sidekiq>=5.0.0:devel/rubygem-sidekiq \ + rubygem-sidekiq>=5.1.0:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=0.6.0:devel/rubygem-sidekiq-cron \ - rubygem-redis-namespace15>=1.5.2:databases/rubygem-redis-namespace15 \ + rubygem-redis-namespace>=1.6.0:databases/rubygem-redis-namespace \ rubygem-sidekiq-limit_fetch>=3.4:devel/rubygem-sidekiq-limit_fetch \ rubygem-rufus-scheduler>=3.4.0:devel/rubygem-rufus-scheduler \ rubygem-httparty>=0.13.3:www/rubygem-httparty \ rubygem-rainbow2>=2.2:devel/rubygem-rainbow2 \ + rubygem-ruby-progressbar>=0:devel/rubygem-ruby-progressbar \ rubygem-settingslogic>=2.0.9:devel/rubygem-settingslogic \ rubygem-re2>=1.1.1:devel/rubygem-re2 \ rubygem-version_sorter21>=2.1.0:textproc/rubygem-version_sorter21 \ @@ -134,8 +138,7 @@ rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ rubygem-asana>=0.6.0:www/rubygem-asana \ rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ - rubygem-kubeclient>=3.0.0:www/rubygem-kubeclient \ - rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ + rubygem-kubeclient>=3.1.0:www/rubygem-kubeclient \ rubygem-sanitize>=4.6.5:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ rubygem-loofah>=2.2:textproc/rubygem-loofah \ @@ -144,7 +147,6 @@ rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ - rubygem-oj2>=2.17.4:devel/rubygem-oj2 \ rubygem-fast_blank>=0:devel/rubygem-fast_blank \ rubygem-chronic>=0.10.2:devel/rubygem-chronic \ rubygem-chronic_duration>=0.10.6:devel/rubygem-chronic_duration \ @@ -153,10 +155,9 @@ rubygem-sass-rails-rails4>=5.0.6:textproc/rubygem-sass-rails-rails4 \ rubygem-uglifier27>=2.7.2:www/rubygem-uglifier27 \ rubygem-addressable>=2.5.2:www/rubygem-addressable \ - rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ rubygem-font-awesome-rails-rails4>=4.7:devel/rubygem-font-awesome-rails-rails4 \ rubygem-gemojione>=3.3:graphics/rubygem-gemojione \ - rubygem-gon61>=6.1.0:www/rubygem-gon61 \ + rubygem-gon>=6.2.0:www/rubygem-gon \ rubygem-jquery-atwho-rails13>=1.3.2:www/rubygem-jquery-atwho-rails13 \ rubygem-request_store>=1.3:devel/rubygem-request_store \ rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ @@ -176,7 +177,7 @@ rubygem-peek-redis>=1.2.0:devel/rubygem-peek-redis \ rubygem-peek-sidekiq>=1.0.3:devel/rubygem-peek-sidekiq \ rubygem-prometheus-client-mmap>=0.9.3:devel/rubygem-prometheus-client-mmap \ - rubygem-octokit>=4.8:net/rubygem-octokit \ + rubygem-octokit>=4.9:net/rubygem-octokit \ rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ @@ -185,12 +186,11 @@ rubygem-health_check26>=2.6.0:devel/rubygem-health_check26 \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ - rubygem-net-ssh4>=4.2.0:security/rubygem-net-ssh4 \ + rubygem-net-ssh>=5.0:security/rubygem-net-ssh \ rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ - rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ - rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ + rubygem-ed25519>=1.2:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto099>=0.99.0:net/rubygem-gitaly-proto099 \ + rubygem-gitaly-proto>=0.101.0:net/rubygem-gitaly-proto \ rubygem-grpc>=1.11.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ @@ -200,7 +200,7 @@ rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \ rubygem-lograge>=0.5:www/rubygem-lograge \ rubygem-grape_logging>=1.7:devel/rubygem-grape_logging \ - rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 + rubygem-asset_sync>=2.4:net/rubygem-asset_sync PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \ rubygem-peek-pg>=1.3.0:databases/rubygem-peek-pg @@ -210,9 +210,10 @@ USE_RUBY= yes USE_RC_SUBR= gitlab -USE_GITHUB= yes -GH_ACCOUNT= gitlabhq -GH_PROJECT= gitlabhq +USE_GITLAB= yes +GL_ACCOUNT= gitlab-org +# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags +GL_COMMIT= d9540ee0464796746ec0906c0c2762ca099be3e5 USERS= git GROUPS= git Index: www/gitlab-ce/distinfo =================================================================== --- /dev/null +++ www/gitlab-ce/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1530451249 +SHA256 (gitlab-org-gitlab-ce-d9540ee0464796746ec0906c0c2762ca099be3e5_GL0.tar.gz) = 7b28ed31240324079d8a0fcdc8f5bd2b654dad4206c1d67f741e5dfa32ce447e +SIZE (gitlab-org-gitlab-ce-d9540ee0464796746ec0906c0c2762ca099be3e5_GL0.tar.gz) = 49735059 Index: www/gitlab-ce/files/gitlab.in =================================================================== --- www/gitlab-ce/files/gitlab.in +++ www/gitlab-ce/files/gitlab.in @@ -51,7 +51,7 @@ # Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. app_user="git" -app_root="/usr/local/www/gitlab" +app_root="/usr/local/www/gitlab-ce" pid_path="$app_root/tmp/pids" socket_path="$app_root/tmp/sockets" rails_socket="$socket_path/gitlab.socket" Index: www/gitlab-ce/files/patch-Gemfile =================================================================== --- www/gitlab-ce/files/patch-Gemfile +++ www/gitlab-ce/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2018-06-20 17:48:20 UTC +--- Gemfile.orig 2018-06-21 15:14:17 UTC +++ Gemfile @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] @@ -9,7 +9,7 @@ gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -118,7 +118,7 @@ gem 'fog-rackspace', '~> 0.1.1' +@@ -123,7 +123,7 @@ gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.2.0' # for Google storage @@ -18,7 +18,7 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -169,7 +169,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -177,7 +177,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -27,7 +27,7 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -284,7 +284,7 @@ gem 'batch-loader', '~> 1.2.1' +@@ -291,7 +291,7 @@ gem 'batch-loader', '~> 1.2.1' # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' @@ -36,7 +36,7 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' gem 'peek-redis', '~> 1.2.0' -@@ -292,99 +292,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -299,96 +299,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -69,15 +69,13 @@ - gem 'pry-byebug', '~> 3.4.1', platform: :mri - gem 'pry-rails', '~> 0.3.4' - -- gem 'awesome_print', '~> 1.2.0', require: false +- gem 'awesome_print', require: false - gem 'fuubar', '~> 2.2.0' - - gem 'database_cleaner', '~> 1.5.0' - gem 'factory_bot_rails', '~> 4.8.2' - gem 'rspec-rails', '~> 3.6.0' - gem 'rspec-retry', '~> 0.4.5' -- gem 'spinach-rails', '~> 0.2.1' -- gem 'spinach-rerun-reporter', '~> 0.0.2' - gem 'rspec_profiling', '~> 0.0.5' - gem 'rspec-set', '~> 0.1.3' - gem 'rspec-parameterized', require: false @@ -90,11 +88,10 @@ - - gem 'capybara', '~> 2.15' - gem 'capybara-screenshot', '~> 1.0.0' -- gem 'selenium-webdriver', '~> 3.5' +- gem 'selenium-webdriver', '~> 3.12' - - gem 'spring', '~> 2.0.0' - gem 'spring-commands-rspec', '~> 1.0.4' -- gem 'spring-commands-spinach', '~> 1.1.0' - - gem 'gitlab-styles', '~> 2.3', require: false - # Pin these dependencies, otherwise a new rule could break the CI pipelines @@ -123,7 +120,7 @@ - -group :test do - gem 'shoulda-matchers', '~> 3.1.2', require: false -- gem 'email_spec', '~> 1.6.0' +- gem 'email_spec', '~> 2.2.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' - gem 'rails-controller-testing' if rails5? # Rails5 only gem. @@ -133,6 +130,15 @@ - gem 'test-prof', '~> 0.2.5' -end - - gem 'octokit', '~> 4.8' + gem 'octokit', '~> 4.9' gem 'mail_room', '~> 0.9.1' +@@ -419,7 +334,7 @@ group :ed25519 do + end + + # Gitaly GRPC client +-gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly' ++gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' + gem 'grpc', '~> 1.11.0' + + # Locked until https://github.com/google/protobuf/issues/4210 is closed Index: www/gitlab-ce/files/patch-config_gitlab.yml.example =================================================================== --- www/gitlab-ce/files/patch-config_gitlab.yml.example +++ www/gitlab-ce/files/patch-config_gitlab.yml.example @@ -1,15 +1,15 @@ ---- config/gitlab.yml.example.orig 2018-06-06 20:30:27 UTC +--- config/gitlab.yml.example.orig 2018-06-21 15:14:17 UTC +++ config/gitlab.yml.example -@@ -213,7 +213,7 @@ production: &base +@@ -218,7 +218,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages admin: - address: unix:/home/git/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) -+ address: unix:/usr/local/www/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ++ address: unix:/usr/local/www/gitlab-ce/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ## Mattermost ## For enabling Add to Mattermost button -@@ -572,7 +572,7 @@ production: &base +@@ -577,7 +577,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -18,18 +18,18 @@ # Default Gitaly authentication token. Can be overriden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. -@@ -590,8 +590,8 @@ production: &base +@@ -595,8 +595,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: - path: /home/git/repositories/ - gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) + path: /usr/home/git/repositories/ -+ gitaly_address: unix:/usr/local/www/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) ++ gitaly_address: unix:/usr/local/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -619,12 +619,12 @@ production: &base +@@ -624,12 +624,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -45,7 +45,7 @@ # Git over HTTP upload_pack: true -@@ -645,7 +645,7 @@ production: &base +@@ -650,7 +650,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Index: www/gitlab-ce/files/patch-config_unicorn.rb.example =================================================================== --- www/gitlab-ce/files/patch-config_unicorn.rb.example +++ www/gitlab-ce/files/patch-config_unicorn.rb.example @@ -5,13 +5,13 @@ # Help ensure your application will always spawn in the symlinked # "current" directory that Capistrano sets up. -working_directory "/home/git/gitlab" # available in 0.94.0+ -+working_directory "/usr/local/www/gitlab" # available in 0.94.0+ ++working_directory "/usr/local/www/gitlab-ce" # available in 0.94.0+ # Listen on both a Unix domain socket and a TCP port. # If you are load-balancing multiple Unicorn masters, lower the backlog # setting to e.g. 64 for faster failover. -listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 -+listen "/usr/local/www/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 ++listen "/usr/local/www/gitlab-ce/tmp/sockets/gitlab.socket", :backlog => 1024 listen "127.0.0.1:8080", :tcp_nopush => true # nuke workers after 30 seconds instead of 60 seconds (the default) @@ -20,15 +20,15 @@ # feel free to point this anywhere accessible on the filesystem -pid "/home/git/gitlab/tmp/pids/unicorn.pid" -+pid "/usr/local/www/gitlab/tmp/pids/unicorn.pid" ++pid "/usr/local/www/gitlab-ce/tmp/pids/unicorn.pid" # By default, the Unicorn logger will write to stderr. # Additionally, some applications/frameworks log to stderr or stdout, # so prevent them from going to /dev/null when daemonized here: -stderr_path "/home/git/gitlab/log/unicorn.stderr.log" -stdout_path "/home/git/gitlab/log/unicorn.stdout.log" -+stderr_path "/usr/local/www/gitlab/log/unicorn.stderr.log" -+stdout_path "/usr/local/www/gitlab/log/unicorn.stdout.log" ++stderr_path "/usr/local/www/gitlab-ce/log/unicorn.stderr.log" ++stdout_path "/usr/local/www/gitlab-ce/log/unicorn.stdout.log" # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow Index: www/gitlab-ce/files/patch-lib_support_nginx_gitlab =================================================================== --- www/gitlab-ce/files/patch-lib_support_nginx_gitlab +++ www/gitlab-ce/files/patch-lib_support_nginx_gitlab @@ -5,7 +5,7 @@ # Gitlab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; -+ server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; ++ server unix:/usr/local/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } map $http_upgrade $connection_upgrade_gitlab { @@ -14,7 +14,7 @@ # Location to the Gitlab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public. - root /home/git/gitlab/public; -+ root /usr/local/www/gitlab/public; ++ root /usr/local/www/gitlab-ce/public; internal; } Index: www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl =================================================================== --- www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl +++ www/gitlab-ce/files/patch-lib_support_nginx_gitlab-ssl @@ -5,7 +5,7 @@ # Gitlab socket file, # for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket - server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; -+ server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; ++ server unix:/usr/local/www/gitlab-ce/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; } map $http_upgrade $connection_upgrade_gitlab_ssl { @@ -14,7 +14,7 @@ # Location to the Gitlab's public directory, # for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public - root /home/git/gitlab/public; -+ root /usr/local/www/gitlab/public; ++ root /usr/local/www/gitlab-ce/public; internal; } } Index: www/gitlab-ce/pkg-message =================================================================== --- www/gitlab-ce/pkg-message +++ www/gitlab-ce/pkg-message @@ -7,9 +7,9 @@ https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.8-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 10.7.x to 10.8.x, please follow the instructions in the guide at: +switched from 10.8.x to 11.0.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.7-10.8-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.8-11.0-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Index: www/gitlab-ce/pkg-plist =================================================================== --- www/gitlab-ce/pkg-plist +++ www/gitlab-ce/pkg-plist @@ -2,7 +2,7 @@ %%WWWDIR%%/.codeclimate.yml %%WWWDIR%%/.csscomb.json %%WWWDIR%%/.eslintignore -%%WWWDIR%%/.eslintrc +%%WWWDIR%%/.eslintrc.yml %%WWWDIR%%/.flayignore %%WWWDIR%%/.foreman %%WWWDIR%%/.github/ISSUE_TEMPLATE.md @@ -34,6 +34,7 @@ %%WWWDIR%%/Gemfile %%WWWDIR%%/Gemfile.rails5 %%WWWDIR%%/Gemfile.rails5.lock +%%WWWDIR%%/INSTALLATION_TYPE %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md %%WWWDIR%%/PROCESS.md @@ -60,26 +61,16 @@ %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_skipped.ico %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_success.ico %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_warning.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_canceled.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_created.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_failed.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_manual.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_not_found.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_pending.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_running.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_skipped.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_success.ico -%%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_warning.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_canceled.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_created.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_failed.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_manual.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_not_found.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_pending.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_running.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_skipped.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_success.ico -%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_warning.ico +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_canceled.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_created.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_failed.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_manual.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_not_found.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_pending.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_running.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_skipped.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_success.png +%%WWWDIR%%/app/assets/images/ci_favicons/favicon_status_warning.png %%WWWDIR%%/app/assets/images/dark-scheme-preview.png %%WWWDIR%%/app/assets/images/emoji.png %%WWWDIR%%/app/assets/images/emoji/100.png @@ -1880,8 +1871,9 @@ %%WWWDIR%%/app/assets/images/ext_snippet_icons/ext_snippet_icons.png %%WWWDIR%%/app/assets/images/ext_snippet_icons/logo.png %%WWWDIR%%/app/assets/images/favicon-blue.ico -%%WWWDIR%%/app/assets/images/favicon-yellow.ico -%%WWWDIR%%/app/assets/images/favicon.ico +%%WWWDIR%%/app/assets/images/favicon-blue.png +%%WWWDIR%%/app/assets/images/favicon-yellow.png +%%WWWDIR%%/app/assets/images/favicon.png %%WWWDIR%%/app/assets/images/file_icons.svg %%WWWDIR%%/app/assets/images/gitlab_logo.png %%WWWDIR%%/app/assets/images/gitorious-logo-black.png @@ -2001,7 +1993,6 @@ %%WWWDIR%%/app/assets/javascripts/boards/index.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/modal_mixins.js %%WWWDIR%%/app/assets/javascripts/boards/mixins/sortable_default_options.js -%%WWWDIR%%/app/assets/javascripts/boards/models/assignee.js %%WWWDIR%%/app/assets/javascripts/boards/models/issue.js %%WWWDIR%%/app/assets/javascripts/boards/models/list.js %%WWWDIR%%/app/assets/javascripts/boards/models/milestone.js @@ -2198,19 +2189,30 @@ %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/success_message.vue %%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/unstage_button.vue %%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/external_link.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/index.vue %%WWWDIR%%/app/assets/javascripts/ide/components/file_finder/item.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue -%%WWWDIR%%/app/assets/javascripts/ide/components/ide_file_buttons.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_review.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_tree.vue %%WWWDIR%%/app/assets/javascripts/ide/components/ide_tree_list.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/detail.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/detail/description.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/detail/scroll_button.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/list.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/jobs/stage.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/merge_requests/list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/mr_file_icon.vue %%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue %%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue %%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/upload.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/panes/right.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/pipelines/list.vue %%WWWDIR%%/app/assets/javascripts/ide/components/repo_commit_section.vue %%WWWDIR%%/app/assets/javascripts/ide/components/repo_editor.vue %%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue @@ -2234,7 +2236,6 @@ %%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js %%WWWDIR%%/app/assets/javascripts/ide/lib/keymap.json %%WWWDIR%%/app/assets/javascripts/ide/lib/themes/gl_theme.js -%%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js %%WWWDIR%%/app/assets/javascripts/ide/services/index.js %%WWWDIR%%/app/assets/javascripts/ide/stores/actions.js %%WWWDIR%%/app/assets/javascripts/ide/stores/actions/file.js @@ -2250,6 +2251,21 @@ %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutation_types.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutations.js %%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/constants.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/merge_requests/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/constants.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/pipelines/utils.js %%WWWDIR%%/app/assets/javascripts/ide/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/ide/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/branch.js @@ -2331,11 +2347,13 @@ %%WWWDIR%%/app/assets/javascripts/lib/utils/http_status.js %%WWWDIR%%/app/assets/javascripts/lib/utils/image_utility.js %%WWWDIR%%/app/assets/javascripts/lib/utils/keycodes.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/logoutput_behaviours.js %%WWWDIR%%/app/assets/javascripts/lib/utils/notify.js %%WWWDIR%%/app/assets/javascripts/lib/utils/number_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/poll.js %%WWWDIR%%/app/assets/javascripts/lib/utils/pretty_time.js %%WWWDIR%%/app/assets/javascripts/lib/utils/regexp.js +%%WWWDIR%%/app/assets/javascripts/lib/utils/scroll_utils.js %%WWWDIR%%/app/assets/javascripts/lib/utils/simple_poll.js %%WWWDIR%%/app/assets/javascripts/lib/utils/sticky.js %%WWWDIR%%/app/assets/javascripts/lib/utils/text_markdown.js @@ -2425,6 +2443,7 @@ %%WWWDIR%%/app/assets/javascripts/notes/mixins/resolvable.js %%WWWDIR%%/app/assets/javascripts/notes/services/notes_service.js %%WWWDIR%%/app/assets/javascripts/notes/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/notes/stores/collapse_utils.js %%WWWDIR%%/app/assets/javascripts/notes/stores/getters.js %%WWWDIR%%/app/assets/javascripts/notes/stores/index.js %%WWWDIR%%/app/assets/javascripts/notes/stores/mutation_types.js @@ -2520,6 +2539,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/gcp/login/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/gcp/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js @@ -2618,6 +2638,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/tags/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/tree/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/components/delete_wiki_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/wikis.js %%WWWDIR%%/app/assets/javascripts/pages/search/init_filtered_search.js @@ -2647,7 +2668,6 @@ %%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js %%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js %%WWWDIR%%/app/assets/javascripts/pipelines.js -%%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/graph/action_component.vue @@ -2689,6 +2709,18 @@ %%WWWDIR%%/app/assets/javascripts/project_select.js %%WWWDIR%%/app/assets/javascripts/project_select_combo_button.js %%WWWDIR%%/app/assets/javascripts/project_visibility.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_dropdown_mixin.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_machine_type_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_project_id_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/components/gke_zone_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/constants.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/index.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/actions.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/getters.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/index.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/projects/gke_cluster_dropdowns/store/state.js %%WWWDIR%%/app/assets/javascripts/projects/project_import_gitlab_project.js %%WWWDIR%%/app/assets/javascripts/projects/project_new.js %%WWWDIR%%/app/assets/javascripts/projects/tree/components/commit_pipeline_status_component.vue @@ -2801,7 +2833,6 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_maintainer_edit.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue @@ -2820,7 +2851,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/pipeline_failed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/ready_to_merge.vue @@ -2830,7 +2861,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mr_widget_options.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/mr_widget_options.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/services/mr_widget_service.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/get_state_key.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js @@ -2846,6 +2877,9 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_button.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_hidden_input.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/dropdown/dropdown_search_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js @@ -2878,7 +2912,6 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_create_label.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_footer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_header.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_hidden_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value.vue @@ -2887,6 +2920,8 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/skeleton_loading_container.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/stacked_progress_bar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/table_pagination.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tab.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/tabs/tabs.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/time_ago_tooltip.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/toggle_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_image.vue @@ -2898,6 +2933,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/issuable.js %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/recaptcha_modal_implementor.js %%WWWDIR%%/app/assets/javascripts/vue_shared/mixins/timeago.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/models/assignee.js %%WWWDIR%%/app/assets/javascripts/vue_shared/models/label.js %%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js @@ -2905,7 +2941,9 @@ %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss %%WWWDIR%%/app/assets/stylesheets/behaviors.scss +%%WWWDIR%%/app/assets/stylesheets/bootstrap_migration.scss %%WWWDIR%%/app/assets/stylesheets/emoji_sprites.scss +%%WWWDIR%%/app/assets/stylesheets/errors.scss %%WWWDIR%%/app/assets/stylesheets/framework.scss %%WWWDIR%%/app/assets/stylesheets/framework/animations.scss %%WWWDIR%%/app/assets/stylesheets/framework/asciidoctor.scss @@ -2963,8 +3001,6 @@ %%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss %%WWWDIR%%/app/assets/stylesheets/framework/toggle.scss %%WWWDIR%%/app/assets/stylesheets/framework/tooltips.scss -%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap.scss -%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap_variables.scss %%WWWDIR%%/app/assets/stylesheets/framework/typography.scss %%WWWDIR%%/app/assets/stylesheets/framework/variables.scss %%WWWDIR%%/app/assets/stylesheets/framework/vue_transitions.scss @@ -3072,6 +3108,7 @@ %%WWWDIR%%/app/controllers/boards/issues_controller.rb %%WWWDIR%%/app/controllers/boards/lists_controller.rb %%WWWDIR%%/app/controllers/ci/lints_controller.rb +%%WWWDIR%%/app/controllers/concerns/accepts_pending_invitations.rb %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/boards_responses.rb %%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb @@ -3087,6 +3124,7 @@ %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb +%%WWWDIR%%/app/controllers/concerns/issues_calendar.rb %%WWWDIR%%/app/controllers/concerns/lfs_request.rb %%WWWDIR%%/app/controllers/concerns/members_presentation.rb %%WWWDIR%%/app/controllers/concerns/membership_actions.rb @@ -3126,6 +3164,7 @@ %%WWWDIR%%/app/controllers/explore/projects_controller.rb %%WWWDIR%%/app/controllers/explore/snippets_controller.rb %%WWWDIR%%/app/controllers/google_api/authorizations_controller.rb +%%WWWDIR%%/app/controllers/graphql_controller.rb %%WWWDIR%%/app/controllers/groups/application_controller.rb %%WWWDIR%%/app/controllers/groups/avatars_controller.rb %%WWWDIR%%/app/controllers/groups/boards_controller.rb @@ -3136,6 +3175,7 @@ %%WWWDIR%%/app/controllers/groups/runners_controller.rb %%WWWDIR%%/app/controllers/groups/settings/badges_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb +%%WWWDIR%%/app/controllers/groups/shared_projects_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb %%WWWDIR%%/app/controllers/groups/variables_controller.rb %%WWWDIR%%/app/controllers/groups_controller.rb @@ -3318,6 +3358,26 @@ %%WWWDIR%%/app/finders/union_finder.rb %%WWWDIR%%/app/finders/user_recent_events_finder.rb %%WWWDIR%%/app/finders/users_finder.rb +%%WWWDIR%%/app/graphql/functions/base_function.rb +%%WWWDIR%%/app/graphql/functions/echo.rb +%%WWWDIR%%/app/graphql/gitlab_schema.rb +%%WWWDIR%%/app/graphql/mutations/.keep +%%WWWDIR%%/app/graphql/resolvers/base_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/full_path_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/merge_request_resolver.rb +%%WWWDIR%%/app/graphql/resolvers/project_resolver.rb +%%WWWDIR%%/app/graphql/types/base_enum.rb +%%WWWDIR%%/app/graphql/types/base_field.rb +%%WWWDIR%%/app/graphql/types/base_input_object.rb +%%WWWDIR%%/app/graphql/types/base_interface.rb +%%WWWDIR%%/app/graphql/types/base_object.rb +%%WWWDIR%%/app/graphql/types/base_scalar.rb +%%WWWDIR%%/app/graphql/types/base_union.rb +%%WWWDIR%%/app/graphql/types/merge_request_type.rb +%%WWWDIR%%/app/graphql/types/mutation_type.rb +%%WWWDIR%%/app/graphql/types/project_type.rb +%%WWWDIR%%/app/graphql/types/query_type.rb +%%WWWDIR%%/app/graphql/types/time_type.rb %%WWWDIR%%/app/helpers/accounts_helper.rb %%WWWDIR%%/app/helpers/active_sessions_helper.rb %%WWWDIR%%/app/helpers/appearances_helper.rb @@ -3335,6 +3395,7 @@ %%WWWDIR%%/app/helpers/broadcast_messages_helper.rb %%WWWDIR%%/app/helpers/builds_helper.rb %%WWWDIR%%/app/helpers/button_helper.rb +%%WWWDIR%%/app/helpers/calendar_helper.rb %%WWWDIR%%/app/helpers/ci_status_helper.rb %%WWWDIR%%/app/helpers/clusters_helper.rb %%WWWDIR%%/app/helpers/commits_helper.rb @@ -3354,6 +3415,7 @@ %%WWWDIR%%/app/helpers/events_helper.rb %%WWWDIR%%/app/helpers/explore_helper.rb %%WWWDIR%%/app/helpers/external_wiki_helper.rb +%%WWWDIR%%/app/helpers/favicon_helper.rb %%WWWDIR%%/app/helpers/form_helper.rb %%WWWDIR%%/app/helpers/git_helper.rb %%WWWDIR%%/app/helpers/gitlab_routing_helper.rb @@ -3505,6 +3567,7 @@ %%WWWDIR%%/app/models/ci/variable.rb %%WWWDIR%%/app/models/clusters/applications/helm.rb %%WWWDIR%%/app/models/clusters/applications/ingress.rb +%%WWWDIR%%/app/models/clusters/applications/jupyter.rb %%WWWDIR%%/app/models/clusters/applications/prometheus.rb %%WWWDIR%%/app/models/clusters/applications/runner.rb %%WWWDIR%%/app/models/clusters/cluster.rb @@ -3524,14 +3587,17 @@ %%WWWDIR%%/app/models/concerns/atomic_internal_id.rb %%WWWDIR%%/app/models/concerns/avatarable.rb %%WWWDIR%%/app/models/concerns/awardable.rb +%%WWWDIR%%/app/models/concerns/batch_destroy_dependent_associations.rb %%WWWDIR%%/app/models/concerns/blob_like.rb %%WWWDIR%%/app/models/concerns/blocks_json_serialization.rb %%WWWDIR%%/app/models/concerns/bulk_member_access_load.rb %%WWWDIR%%/app/models/concerns/cache_markdown_field.rb +%%WWWDIR%%/app/models/concerns/cacheable_attributes.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb %%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%WWWDIR%%/app/models/concerns/created_at_filterable.rb %%WWWDIR%%/app/models/concerns/deployment_platform.rb +%%WWWDIR%%/app/models/concerns/diff_file.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb %%WWWDIR%%/app/models/concerns/each_batch.rb %%WWWDIR%%/app/models/concerns/editable.rb @@ -3544,6 +3610,7 @@ %%WWWDIR%%/app/models/concerns/has_status.rb %%WWWDIR%%/app/models/concerns/has_variable.rb %%WWWDIR%%/app/models/concerns/ignorable_column.rb +%%WWWDIR%%/app/models/concerns/iid_routes.rb %%WWWDIR%%/app/models/concerns/importable.rb %%WWWDIR%%/app/models/concerns/issuable.rb %%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb @@ -3586,6 +3653,7 @@ %%WWWDIR%%/app/models/concerns/uniquify.rb %%WWWDIR%%/app/models/concerns/updated_at_filterable.rb %%WWWDIR%%/app/models/concerns/valid_attribute.rb +%%WWWDIR%%/app/models/concerns/with_uploads.rb %%WWWDIR%%/app/models/container_repository.rb %%WWWDIR%%/app/models/conversational_development_index/card.rb %%WWWDIR%%/app/models/conversational_development_index/idea_to_production_step.rb @@ -3672,6 +3740,7 @@ %%WWWDIR%%/app/models/network/commit.rb %%WWWDIR%%/app/models/network/graph.rb %%WWWDIR%%/app/models/note.rb +%%WWWDIR%%/app/models/note_diff_file.rb %%WWWDIR%%/app/models/notification_reason.rb %%WWWDIR%%/app/models/notification_recipient.rb %%WWWDIR%%/app/models/notification_setting.rb @@ -3956,7 +4025,6 @@ %%WWWDIR%%/app/services/boards/lists/move_service.rb %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb %%WWWDIR%%/app/services/chat_names/find_user_service.rb -%%WWWDIR%%/app/services/check_gcp_project_billing_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb %%WWWDIR%%/app/services/ci/ensure_stage_service.rb @@ -4043,6 +4111,7 @@ %%WWWDIR%%/app/services/issues/update_service.rb %%WWWDIR%%/app/services/keys/base_service.rb %%WWWDIR%%/app/services/keys/create_service.rb +%%WWWDIR%%/app/services/keys/destroy_service.rb %%WWWDIR%%/app/services/keys/last_used_service.rb %%WWWDIR%%/app/services/labels/base_service.rb %%WWWDIR%%/app/services/labels/create_service.rb @@ -4082,6 +4151,7 @@ %%WWWDIR%%/app/services/merge_requests/refresh_service.rb %%WWWDIR%%/app/services/merge_requests/reopen_service.rb %%WWWDIR%%/app/services/merge_requests/resolved_discussion_notification_service.rb +%%WWWDIR%%/app/services/merge_requests/squash_service.rb %%WWWDIR%%/app/services/merge_requests/update_service.rb %%WWWDIR%%/app/services/merge_requests/working_copy_base_service.rb %%WWWDIR%%/app/services/metrics_service.rb @@ -4103,7 +4173,6 @@ %%WWWDIR%%/app/services/notes/update_service.rb %%WWWDIR%%/app/services/notification_recipient_service.rb %%WWWDIR%%/app/services/notification_service.rb -%%WWWDIR%%/app/services/pages_service.rb %%WWWDIR%%/app/services/preview_markdown_service.rb %%WWWDIR%%/app/services/projects/after_import_service.rb %%WWWDIR%%/app/services/projects/autocomplete_service.rb @@ -4128,6 +4197,11 @@ %%WWWDIR%%/app/services/projects/housekeeping_service.rb %%WWWDIR%%/app/services/projects/import_export/export_service.rb %%WWWDIR%%/app/services/projects/import_service.rb +%%WWWDIR%%/app/services/projects/lfs_pointers/lfs_download_link_list_service.rb +%%WWWDIR%%/app/services/projects/lfs_pointers/lfs_download_service.rb +%%WWWDIR%%/app/services/projects/lfs_pointers/lfs_import_service.rb +%%WWWDIR%%/app/services/projects/lfs_pointers/lfs_link_service.rb +%%WWWDIR%%/app/services/projects/lfs_pointers/lfs_list_service.rb %%WWWDIR%%/app/services/projects/move_access_service.rb %%WWWDIR%%/app/services/projects/move_deploy_keys_projects_service.rb %%WWWDIR%%/app/services/projects/move_forks_service.rb @@ -4204,6 +4278,7 @@ %%WWWDIR%%/app/services/wiki_pages/update_service.rb %%WWWDIR%%/app/uploaders/attachment_uploader.rb %%WWWDIR%%/app/uploaders/avatar_uploader.rb +%%WWWDIR%%/app/uploaders/favicon_uploader.rb %%WWWDIR%%/app/uploaders/file_mover.rb %%WWWDIR%%/app/uploaders/file_uploader.rb %%WWWDIR%%/app/uploaders/gitlab_uploader.rb @@ -4217,7 +4292,6 @@ %%WWWDIR%%/app/uploaders/uploader_helper.rb %%WWWDIR%%/app/uploaders/workhorse.rb %%WWWDIR%%/app/validators/abstract_path_validator.rb -%%WWWDIR%%/app/validators/addressable_url_validator.rb %%WWWDIR%%/app/validators/certificate_fingerprint_validator.rb %%WWWDIR%%/app/validators/certificate_key_validator.rb %%WWWDIR%%/app/validators/certificate_validator.rb @@ -4227,14 +4301,13 @@ %%WWWDIR%%/app/validators/cron_validator.rb %%WWWDIR%%/app/validators/duration_validator.rb %%WWWDIR%%/app/validators/email_validator.rb -%%WWWDIR%%/app/validators/importable_url_validator.rb %%WWWDIR%%/app/validators/key_restriction_validator.rb %%WWWDIR%%/app/validators/line_code_validator.rb %%WWWDIR%%/app/validators/namespace_name_validator.rb %%WWWDIR%%/app/validators/namespace_path_validator.rb %%WWWDIR%%/app/validators/project_path_validator.rb +%%WWWDIR%%/app/validators/public_url_validator.rb %%WWWDIR%%/app/validators/top_level_group_validator.rb -%%WWWDIR%%/app/validators/url_placeholder_validator.rb %%WWWDIR%%/app/validators/url_validator.rb %%WWWDIR%%/app/validators/variable_duplicates_validator.rb %%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml @@ -4373,6 +4446,7 @@ %%WWWDIR%%/app/views/dashboard/groups/index.html.haml %%WWWDIR%%/app/views/dashboard/issues.atom.builder %%WWWDIR%%/app/views/dashboard/issues.html.haml +%%WWWDIR%%/app/views/dashboard/issues_calendar.ics.haml %%WWWDIR%%/app/views/dashboard/merge_requests.html.haml %%WWWDIR%%/app/views/dashboard/milestones/_milestone.html.haml %%WWWDIR%%/app/views/dashboard/milestones/index.html.haml @@ -4443,6 +4517,7 @@ %%WWWDIR%%/app/views/doorkeeper/authorized_applications/index.html.haml %%WWWDIR%%/app/views/email_rejection_mailer/rejection.html.haml %%WWWDIR%%/app/views/email_rejection_mailer/rejection.text.haml +%%WWWDIR%%/app/views/errors/_footer.html.haml %%WWWDIR%%/app/views/errors/access_denied.html.haml %%WWWDIR%%/app/views/errors/encoding.html.haml %%WWWDIR%%/app/views/errors/git_not_found.html.haml @@ -4486,6 +4561,7 @@ %%WWWDIR%%/app/views/groups/group_members/index.html.haml %%WWWDIR%%/app/views/groups/issues.atom.builder %%WWWDIR%%/app/views/groups/issues.html.haml +%%WWWDIR%%/app/views/groups/issues_calendar.ics.haml %%WWWDIR%%/app/views/groups/labels/destroy.js.haml %%WWWDIR%%/app/views/groups/labels/edit.html.haml %%WWWDIR%%/app/views/groups/labels/index.html.haml @@ -4504,6 +4580,9 @@ %%WWWDIR%%/app/views/groups/runners/_index.html.haml %%WWWDIR%%/app/views/groups/runners/_runner.html.haml %%WWWDIR%%/app/views/groups/runners/edit.html.haml +%%WWWDIR%%/app/views/groups/settings/_advanced.html.haml +%%WWWDIR%%/app/views/groups/settings/_general.html.haml +%%WWWDIR%%/app/views/groups/settings/_permissions.html.haml %%WWWDIR%%/app/views/groups/settings/badges/index.html.haml %%WWWDIR%%/app/views/groups/settings/ci_cd/show.html.haml %%WWWDIR%%/app/views/groups/show.atom.builder @@ -4535,6 +4614,7 @@ %%WWWDIR%%/app/views/import/google_code/status.html.haml %%WWWDIR%%/app/views/invites/show.html.haml %%WWWDIR%%/app/views/issues/_issue.atom.builder +%%WWWDIR%%/app/views/issues/_issues_calendar.ics.ruby %%WWWDIR%%/app/views/kaminari/gitlab/_first_page.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_gap.html.haml %%WWWDIR%%/app/views/kaminari/gitlab/_last_page.html.haml @@ -4626,6 +4706,8 @@ %%WWWDIR%%/app/views/notify/member_invited_email.text.erb %%WWWDIR%%/app/views/notify/merge_request_status_email.html.haml %%WWWDIR%%/app/views/notify/merge_request_status_email.text.haml +%%WWWDIR%%/app/views/notify/merge_request_unmergeable_email.html.haml +%%WWWDIR%%/app/views/notify/merge_request_unmergeable_email.text.haml %%WWWDIR%%/app/views/notify/merged_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/merged_merge_request_email.text.haml %%WWWDIR%%/app/views/notify/new_gpg_key_email.html.haml @@ -4737,9 +4819,8 @@ %%WWWDIR%%/app/views/projects/_issuable_by_email.html.haml %%WWWDIR%%/app/views/projects/_last_push.html.haml %%WWWDIR%%/app/views/projects/_md_preview.html.haml -%%WWWDIR%%/app/views/projects/_merge_request_fast_forward_settings.html.haml +%%WWWDIR%%/app/views/projects/_merge_request_merge_method_settings.html.haml %%WWWDIR%%/app/views/projects/_merge_request_merge_settings.html.haml -%%WWWDIR%%/app/views/projects/_merge_request_rebase_settings.html.haml %%WWWDIR%%/app/views/projects/_merge_request_settings.html.haml %%WWWDIR%%/app/views/projects/_new_project_fields.html.haml %%WWWDIR%%/app/views/projects/_new_project_push_tip.html.haml @@ -4812,6 +4893,7 @@ %%WWWDIR%%/app/views/projects/buttons/_fork.html.haml %%WWWDIR%%/app/views/projects/buttons/_koding.html.haml %%WWWDIR%%/app/views/projects/buttons/_star.html.haml +%%WWWDIR%%/app/views/projects/buttons/_xcode_link.html.haml %%WWWDIR%%/app/views/projects/ci/builds/_build.html.haml %%WWWDIR%%/app/views/projects/ci/lints/_create.html.haml %%WWWDIR%%/app/views/projects/ci/lints/show.html.haml @@ -4942,6 +5024,7 @@ %%WWWDIR%%/app/views/projects/issues/_nav_btns.html.haml %%WWWDIR%%/app/views/projects/issues/_new_branch.html.haml %%WWWDIR%%/app/views/projects/issues/_related_branches.html.haml +%%WWWDIR%%/app/views/projects/issues/calendar.ics.haml %%WWWDIR%%/app/views/projects/issues/edit.html.haml %%WWWDIR%%/app/views/projects/issues/index.atom.builder %%WWWDIR%%/app/views/projects/issues/index.html.haml @@ -5161,6 +5244,7 @@ %%WWWDIR%%/app/views/search/_form.html.haml %%WWWDIR%%/app/views/search/_results.html.haml %%WWWDIR%%/app/views/search/results/_blob.html.haml +%%WWWDIR%%/app/views/search/results/_blob_data.html.haml %%WWWDIR%%/app/views/search/results/_commit.html.haml %%WWWDIR%%/app/views/search/results/_empty.html.haml %%WWWDIR%%/app/views/search/results/_issue.html.haml @@ -5229,6 +5313,7 @@ %%WWWDIR%%/app/views/shared/boards/components/sidebar/_notifications.html.haml %%WWWDIR%%/app/views/shared/boards/index.html.haml %%WWWDIR%%/app/views/shared/boards/show.html.haml +%%WWWDIR%%/app/views/shared/builds/_build_output.html.haml %%WWWDIR%%/app/views/shared/builds/_tabs.html.haml %%WWWDIR%%/app/views/shared/dashboard/_no_filter_selected.html.haml %%WWWDIR%%/app/views/shared/deploy_keys/_form.html.haml @@ -5236,6 +5321,8 @@ %%WWWDIR%%/app/views/shared/empty_states/_labels.html.haml %%WWWDIR%%/app/views/shared/empty_states/_merge_requests.html.haml %%WWWDIR%%/app/views/shared/empty_states/_priority_labels.html.haml +%%WWWDIR%%/app/views/shared/empty_states/_wikis.html.haml +%%WWWDIR%%/app/views/shared/empty_states/_wikis_layout.html.haml %%WWWDIR%%/app/views/shared/errors/_graphic_422.svg %%WWWDIR%%/app/views/shared/form_elements/_description.html.haml %%WWWDIR%%/app/views/shared/groups/_dropdown.html.haml @@ -5289,6 +5376,7 @@ %%WWWDIR%%/app/views/shared/icons/_icon_arrow_circle_o_right.svg %%WWWDIR%%/app/views/shared/icons/_icon_arrow_right.svg.erb %%WWWDIR%%/app/views/shared/icons/_icon_autodevops.svg +%%WWWDIR%%/app/views/shared/icons/_icon_calendar.svg %%WWWDIR%%/app/views/shared/icons/_icon_check_square_o.svg %%WWWDIR%%/app/views/shared/icons/_icon_clock_o.svg %%WWWDIR%%/app/views/shared/icons/_icon_clone.svg @@ -5378,9 +5466,11 @@ %%WWWDIR%%/app/views/shared/icons/_todo_done.svg %%WWWDIR%%/app/views/shared/icons/_wiki.svg %%WWWDIR%%/app/views/shared/issuable/_assignees.html.haml +%%WWWDIR%%/app/views/shared/issuable/_board_create_list_dropdown.html.haml %%WWWDIR%%/app/views/shared/issuable/_bulk_update_sidebar.html.haml %%WWWDIR%%/app/views/shared/issuable/_close_reopen_button.html.haml %%WWWDIR%%/app/views/shared/issuable/_close_reopen_report_toggle.html.haml +%%WWWDIR%%/app/views/shared/issuable/_feed_buttons.html.haml %%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_dropdown.html.haml @@ -5396,6 +5486,7 @@ %%WWWDIR%%/app/views/shared/issuable/_user_dropdown_item.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_branch_chooser.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_contribution.html.haml +%%WWWDIR%%/app/views/shared/issuable/form/_default_templates.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_issue_assignee.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_merge_params.html.haml %%WWWDIR%%/app/views/shared/issuable/form/_merge_request_assignee.html.haml @@ -5407,6 +5498,7 @@ %%WWWDIR%%/app/views/shared/issuable/nav_links/_all.html.haml %%WWWDIR%%/app/views/shared/labels/_form.html.haml %%WWWDIR%%/app/views/shared/members/_access_request_buttons.html.haml +%%WWWDIR%%/app/views/shared/members/_filter_2fa_dropdown.html.haml %%WWWDIR%%/app/views/shared/members/_group.html.haml %%WWWDIR%%/app/views/shared/members/_member.html.haml %%WWWDIR%%/app/views/shared/members/_requests.html.haml @@ -5492,7 +5584,7 @@ %%WWWDIR%%/app/workers/build_queue_worker.rb %%WWWDIR%%/app/workers/build_success_worker.rb %%WWWDIR%%/app/workers/build_trace_sections_worker.rb -%%WWWDIR%%/app/workers/check_gcp_project_billing_worker.rb +%%WWWDIR%%/app/workers/ci/archive_traces_cron_worker.rb %%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb %%WWWDIR%%/app/workers/cluster_install_app_worker.rb %%WWWDIR%%/app/workers/cluster_provision_worker.rb @@ -5518,6 +5610,7 @@ %%WWWDIR%%/app/workers/concerns/repository_check_queue.rb %%WWWDIR%%/app/workers/concerns/waitable_worker.rb %%WWWDIR%%/app/workers/create_gpg_signature_worker.rb +%%WWWDIR%%/app/workers/create_note_diff_file_worker.rb %%WWWDIR%%/app/workers/create_pipeline_worker.rb %%WWWDIR%%/app/workers/delete_merged_branches_worker.rb %%WWWDIR%%/app/workers/delete_user_worker.rb @@ -5531,12 +5624,14 @@ %%WWWDIR%%/app/workers/gitlab/github_import/advance_stage_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/import_diff_note_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/import_issue_worker.rb +%%WWWDIR%%/app/workers/gitlab/github_import/import_lfs_object_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/import_note_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/import_pull_request_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/refresh_import_jid_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/finish_import_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/import_base_data_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/import_issues_and_diff_notes_worker.rb +%%WWWDIR%%/app/workers/gitlab/github_import/stage/import_lfs_objects_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/import_notes_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/import_pull_requests_worker.rb %%WWWDIR%%/app/workers/gitlab/github_import/stage/import_repository_worker.rb @@ -5622,7 +5717,6 @@ @(git,,544) %%WWWDIR%%/bin/rspec-stackprof @(git,,544) %%WWWDIR%%/bin/secpick @(git,,544) %%WWWDIR%%/bin/setup -@(git,,544) %%WWWDIR%%/bin/spinach @(git,,544) %%WWWDIR%%/bin/spring @(git,,544) %%WWWDIR%%/bin/storage_check @(git,,544) %%WWWDIR%%/bin/update @@ -5643,6 +5737,7 @@ %%WWWDIR%%/config/environments/development.rb %%WWWDIR%%/config/environments/production.rb %%WWWDIR%%/config/environments/test.rb +%%WWWDIR%%/config/initializers/01_secret_token.rb %%WWWDIR%%/config/initializers/0_acts_as_taggable.rb %%WWWDIR%%/config/initializers/0_as_concern.rb %%WWWDIR%%/config/initializers/0_inflections.rb @@ -5670,7 +5765,6 @@ %%WWWDIR%%/config/initializers/ar5_pg_10_support.rb %%WWWDIR%%/config/initializers/ar_native_database_types.rb %%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb -%%WWWDIR%%/config/initializers/artifacts_direct_upload_support.rb %%WWWDIR%%/config/initializers/asset_sync.rb %%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb %%WWWDIR%%/config/initializers/backtrace_silencers.rb @@ -5678,6 +5772,7 @@ %%WWWDIR%%/config/initializers/bootstrap_form.rb %%WWWDIR%%/config/initializers/bullet.rb %%WWWDIR%%/config/initializers/carrierwave.rb +%%WWWDIR%%/config/initializers/carrierwave_monkey_patch.rb %%WWWDIR%%/config/initializers/chronic_duration.rb %%WWWDIR%%/config/initializers/connection_fix.rb %%WWWDIR%%/config/initializers/console_message.rb @@ -5687,6 +5782,7 @@ %%WWWDIR%%/config/initializers/deprecations.rb %%WWWDIR%%/config/initializers/devise.rb %%WWWDIR%%/config/initializers/devise_password_length.rb.example +%%WWWDIR%%/config/initializers/direct_upload_support.rb %%WWWDIR%%/config/initializers/disable_email_interceptor.rb %%WWWDIR%%/config/initializers/doorkeeper.rb %%WWWDIR%%/config/initializers/doorkeeper_openid_connect.rb @@ -5701,13 +5797,14 @@ %%WWWDIR%%/config/initializers/gitlab_workhorse_secret.rb %%WWWDIR%%/config/initializers/go_get.rb %%WWWDIR%%/config/initializers/gollum.rb -%%WWWDIR%%/config/initializers/grape_route_helpers_fix.rb %%WWWDIR%%/config/initializers/grpc.rb %%WWWDIR%%/config/initializers/hamlit.rb %%WWWDIR%%/config/initializers/health_check.rb %%WWWDIR%%/config/initializers/kaminari_config.rb +%%WWWDIR%%/config/initializers/kubeclient.rb %%WWWDIR%%/config/initializers/lograge.rb %%WWWDIR%%/config/initializers/mime_types.rb +%%WWWDIR%%/config/initializers/mini_magick.rb %%WWWDIR%%/config/initializers/mysql_ignore_postgresql_options.rb %%WWWDIR%%/config/initializers/mysql_set_length_for_binary_indexes.rb %%WWWDIR%%/config/initializers/new_framework_defaults.rb @@ -5729,7 +5826,6 @@ %%WWWDIR%%/config/initializers/request_profiler.rb %%WWWDIR%%/config/initializers/routing_draw.rb %%WWWDIR%%/config/initializers/rspec_profiling.rb -%%WWWDIR%%/config/initializers/secret_token.rb %%WWWDIR%%/config/initializers/sentry.rb %%WWWDIR%%/config/initializers/server_uptime.rb %%WWWDIR%%/config/initializers/session_store.rb @@ -5744,6 +5840,7 @@ %%WWWDIR%%/config/initializers/wrap_parameters.rb %%WWWDIR%%/config/karma.config.js %%WWWDIR%%/config/license_finder.yml +%%WWWDIR%%/config/locales/carrierwave.en.yml %%WWWDIR%%/config/locales/de.yml %%WWWDIR%%/config/locales/devise.en.yml %%WWWDIR%%/config/locales/doorkeeper.en.yml @@ -5789,6 +5886,7 @@ %%WWWDIR%%/db/fixtures/development/05_users.rb %%WWWDIR%%/db/fixtures/development/06_teams.rb %%WWWDIR%%/db/fixtures/development/07_milestones.rb +%%WWWDIR%%/db/fixtures/development/08_settings.rb %%WWWDIR%%/db/fixtures/development/09_issues.rb %%WWWDIR%%/db/fixtures/development/10_merge_requests.rb %%WWWDIR%%/db/fixtures/development/11_keys.rb @@ -5805,91 +5903,7 @@ %%WWWDIR%%/db/fixtures/development/22_labeled_issues_seed.rb %%WWWDIR%%/db/fixtures/production/001_admin.rb %%WWWDIR%%/db/fixtures/production/010_settings.rb -%%WWWDIR%%/db/migrate/20121220064453_init_schema.rb -%%WWWDIR%%/db/migrate/20130102143055_rename_owner_to_creator_for_project.rb -%%WWWDIR%%/db/migrate/20130110172407_add_public_to_project.rb -%%WWWDIR%%/db/migrate/20130123114545_add_issues_tracker_to_project.rb -%%WWWDIR%%/db/migrate/20130125090214_add_user_permissions.rb -%%WWWDIR%%/db/migrate/20130131070232_remove_private_flag_from_project.rb -%%WWWDIR%%/db/migrate/20130206084024_add_description_to_namsespace.rb -%%WWWDIR%%/db/migrate/20130207104426_add_description_to_teams.rb -%%WWWDIR%%/db/migrate/20130211085435_add_issues_tracker_id_to_project.rb -%%WWWDIR%%/db/migrate/20130214154045_rename_state_to_merge_status_in_milestone.rb -%%WWWDIR%%/db/migrate/20130218140952_add_state_to_issue.rb -%%WWWDIR%%/db/migrate/20130218141038_add_state_to_merge_request.rb -%%WWWDIR%%/db/migrate/20130218141117_add_state_to_milestone.rb -%%WWWDIR%%/db/migrate/20130218141258_convert_closed_to_state_in_issue.rb -%%WWWDIR%%/db/migrate/20130218141327_convert_closed_to_state_in_merge_request.rb -%%WWWDIR%%/db/migrate/20130218141344_convert_closed_to_state_in_milestone.rb -%%WWWDIR%%/db/migrate/20130218141444_remove_merged_from_merge_request.rb -%%WWWDIR%%/db/migrate/20130218141507_remove_closed_from_issue.rb -%%WWWDIR%%/db/migrate/20130218141536_remove_closed_from_merge_request.rb -%%WWWDIR%%/db/migrate/20130218141554_remove_closed_from_milestone.rb -%%WWWDIR%%/db/migrate/20130220124204_add_new_merge_status_to_merge_request.rb -%%WWWDIR%%/db/migrate/20130220125544_convert_merge_status_in_merge_request.rb -%%WWWDIR%%/db/migrate/20130220125545_remove_merge_status_from_merge_request.rb -%%WWWDIR%%/db/migrate/20130220133245_rename_new_merge_status_to_merge_status_in_milestone.rb -%%WWWDIR%%/db/migrate/20130304104623_add_state_to_user.rb -%%WWWDIR%%/db/migrate/20130304104740_convert_blocked_to_state.rb -%%WWWDIR%%/db/migrate/20130304105317_remove_blocked_from_user.rb -%%WWWDIR%%/db/migrate/20130315124931_user_color_scheme.rb -%%WWWDIR%%/db/migrate/20130318212250_add_snippets_to_features.rb -%%WWWDIR%%/db/migrate/20130319214458_create_forked_project_links.rb -%%WWWDIR%%/db/migrate/20130323174317_add_private_to_snippets.rb -%%WWWDIR%%/db/migrate/20130324151736_add_type_to_snippets.rb -%%WWWDIR%%/db/migrate/20130324172327_change_project_id_to_null_in_snipepts.rb -%%WWWDIR%%/db/migrate/20130324203535_add_type_value_for_snippets.rb -%%WWWDIR%%/db/migrate/20130325173941_add_notification_level_to_user.rb -%%WWWDIR%%/db/migrate/20130326142630_add_index_to_users_authentication_token.rb -%%WWWDIR%%/db/migrate/20130403003950_add_last_activity_column_into_project.rb -%%WWWDIR%%/db/migrate/20130404164628_add_notification_level_to_user_project.rb -%%WWWDIR%%/db/migrate/20130410175022_remove_wiki_table.rb -%%WWWDIR%%/db/migrate/20130419190306_allow_merges_for_forks.rb -%%WWWDIR%%/db/migrate/20130506085413_add_type_to_key.rb -%%WWWDIR%%/db/migrate/20130506090604_create_deploy_keys_projects.rb -%%WWWDIR%%/db/migrate/20130506095501_remove_project_id_from_key.rb -%%WWWDIR%%/db/migrate/20130522141856_add_more_fields_to_service.rb -%%WWWDIR%%/db/migrate/20130528184641_add_system_to_notes.rb -%%WWWDIR%%/db/migrate/20130611210815_increase_snippet_text_column_size.rb -%%WWWDIR%%/db/migrate/20130613165816_add_password_expires_at_to_users.rb -%%WWWDIR%%/db/migrate/20130613173246_add_created_by_id_to_user.rb -%%WWWDIR%%/db/migrate/20130614132337_add_improted_to_project.rb -%%WWWDIR%%/db/migrate/20130617095603_create_users_groups.rb -%%WWWDIR%%/db/migrate/20130621195223_add_notification_level_to_user_group.rb -%%WWWDIR%%/db/migrate/20130622115340_add_more_db_index.rb -%%WWWDIR%%/db/migrate/20130624162710_add_fingerprint_to_key.rb -%%WWWDIR%%/db/migrate/20130711063759_create_project_group_links.rb -%%WWWDIR%%/db/migrate/20130804151314_add_st_diff_to_note.rb -%%WWWDIR%%/db/migrate/20130809124851_add_permission_check_to_user.rb -%%WWWDIR%%/db/migrate/20130812143708_add_import_url_to_project.rb -%%WWWDIR%%/db/migrate/20130819182730_add_internal_ids_to_issues_and_mr.rb -%%WWWDIR%%/db/migrate/20130820102832_add_access_to_project_group_link.rb -%%WWWDIR%%/db/migrate/20130821090530_remove_deprecated_tables.rb -%%WWWDIR%%/db/migrate/20130821090531_add_internal_ids_to_milestones.rb -%%WWWDIR%%/db/migrate/20130909132950_add_description_to_merge_request.rb -%%WWWDIR%%/db/migrate/20130926081215_change_owner_id_for_group.rb -%%WWWDIR%%/db/migrate/20131005191208_add_avatar_to_users.rb -%%WWWDIR%%/db/migrate/20131009115346_add_confirmable_to_users.rb -%%WWWDIR%%/db/migrate/20131106151520_remove_default_branch.rb -%%WWWDIR%%/db/migrate/20131112114325_create_broadcast_messages.rb -%%WWWDIR%%/db/migrate/20131112220935_add_visibility_level_to_projects.rb -%%WWWDIR%%/db/migrate/20131129154016_add_archived_to_projects.rb -%%WWWDIR%%/db/migrate/20131130165425_add_color_and_font_to_broadcast_messages.rb -%%WWWDIR%%/db/migrate/20131202192556_add_event_fields_for_web_hook.rb -%%WWWDIR%%/db/migrate/20131214224427_add_hide_no_ssh_key_to_users.rb -%%WWWDIR%%/db/migrate/20131217102743_add_recipients_to_service.rb -%%WWWDIR%%/db/migrate/20140116231608_add_website_url_to_users.rb -%%WWWDIR%%/db/migrate/20140122112253_create_merge_request_diffs.rb -%%WWWDIR%%/db/migrate/20140122114406_migrate_mr_diffs.rb -%%WWWDIR%%/db/migrate/20140122122549_remove_m_rdiff_fields.rb -%%WWWDIR%%/db/migrate/20140125162722_add_avatar_to_projects.rb -%%WWWDIR%%/db/migrate/20140127170938_add_group_avatars.rb -%%WWWDIR%%/db/migrate/20140209025651_create_emails.rb -%%WWWDIR%%/db/migrate/20140214102325_add_api_key_to_services.rb -%%WWWDIR%%/db/migrate/20140304005354_add_index_merge_request_diffs_on_merge_request_id.rb -%%WWWDIR%%/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb -%%WWWDIR%%/db/migrate/20140312145357_add_import_status_to_project.rb -%%WWWDIR%%/db/migrate/20140313092127_migrate_already_imported_projects.rb +%%WWWDIR%%/db/migrate/20140313092127_init_schema.rb %%WWWDIR%%/db/migrate/20140407135544_fix_namespaces.rb %%WWWDIR%%/db/migrate/20140414131055_change_state_to_allow_empty_merge_request_diffs.rb %%WWWDIR%%/db/migrate/20140415124820_limits_to_mysql.rb @@ -6536,6 +6550,7 @@ %%WWWDIR%%/db/migrate/20170919211300_remove_temporary_ci_builds_index.rb %%WWWDIR%%/db/migrate/20170921115009_add_project_repository_storage_index.rb %%WWWDIR%%/db/migrate/20170924094327_create_gcp_clusters.rb +%%WWWDIR%%/db/migrate/20170925184228_add_favicon_to_appearances.rb %%WWWDIR%%/db/migrate/20170927095921_add_ci_builds_index_for_jobscontroller.rb %%WWWDIR%%/db/migrate/20170927122209_add_partial_index_for_labels_template.rb %%WWWDIR%%/db/migrate/20170927161718_create_gpg_key_subkeys.rb @@ -6651,6 +6666,7 @@ %%WWWDIR%%/db/migrate/20180403035759_create_project_ci_cd_settings.rb %%WWWDIR%%/db/migrate/20180405142733_create_project_deploy_tokens.rb %%WWWDIR%%/db/migrate/20180406204716_add_limits_ci_build_trace_chunks_raw_data_for_mysql.rb +%%WWWDIR%%/db/migrate/20180408143354_rename_users_rss_token_to_feed_token.rb %%WWWDIR%%/db/migrate/20180413022611_create_missing_namespace_for_internal_users.rb %%WWWDIR%%/db/migrate/20180416155103_add_further_scope_columns_to_internal_id_table.rb %%WWWDIR%%/db/migrate/20180417090132_add_index_constraints_to_internal_id_table.rb @@ -6661,8 +6677,10 @@ %%WWWDIR%%/db/migrate/20180420010616_cleanup_build_stage_migration.rb %%WWWDIR%%/db/migrate/20180424090541_add_enforce_terms_to_application_settings.rb %%WWWDIR%%/db/migrate/20180424134533_create_application_setting_terms.rb +%%WWWDIR%%/db/migrate/20180424160449_add_pipeline_iid_to_ci_pipelines.rb %%WWWDIR%%/db/migrate/20180425075446_create_term_agreements.rb %%WWWDIR%%/db/migrate/20180425131009_assure_commits_count_for_merge_request_diff.rb +%%WWWDIR%%/db/migrate/20180425205249_add_index_constraints_to_pipeline_iid.rb %%WWWDIR%%/db/migrate/20180426102016_add_accepted_term_to_users.rb %%WWWDIR%%/db/migrate/20180430101916_add_runner_type_to_ci_runners.rb %%WWWDIR%%/db/migrate/20180502122856_create_project_mirror_data.rb @@ -6674,14 +6692,30 @@ %%WWWDIR%%/db/migrate/20180503193542_add_indexes_to_remote_mirror.rb %%WWWDIR%%/db/migrate/20180503193953_add_mirror_available_to_application_settings.rb %%WWWDIR%%/db/migrate/20180503200320_enable_prometheus_metrics_by_default.rb +%%WWWDIR%%/db/migrate/20180504195842_project_name_lower_index.rb %%WWWDIR%%/db/migrate/20180508055821_make_remote_mirrors_disabled_by_default.rb %%WWWDIR%%/db/migrate/20180508100222_add_not_null_constraint_to_project_mirror_data_foreign_key.rb %%WWWDIR%%/db/migrate/20180508102840_add_unique_constraint_to_project_mirror_data_project_id_index.rb +%%WWWDIR%%/db/migrate/20180508135515_set_runner_type_not_null.rb +%%WWWDIR%%/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb +%%WWWDIR%%/db/migrate/20180511131058_create_clusters_applications_jupyter.rb +%%WWWDIR%%/db/migrate/20180515005612_add_squash_to_merge_requests.rb +%%WWWDIR%%/db/migrate/20180515121227_create_notes_diff_files.rb +%%WWWDIR%%/db/migrate/20180517082340_add_not_null_constraints_to_project_authorizations.rb +%%WWWDIR%%/db/migrate/20180521171529_increase_mysql_text_limit_for_gpg_keys.rb +%%WWWDIR%%/db/migrate/20180523042841_rename_merge_requests_allow_maintainer_to_push.rb +%%WWWDIR%%/db/migrate/20180524132016_merge_requests_target_id_iid_state_partial_index.rb %%WWWDIR%%/db/migrate/20180529093006_ensure_remote_mirror_columns.rb +%%WWWDIR%%/db/migrate/20180530135500_add_index_to_stages_position.rb +%%WWWDIR%%/db/migrate/20180531220618_change_default_value_for_dsa_key_restriction.rb +%%WWWDIR%%/db/migrate/20180601213245_add_deploy_strategy_to_project_auto_devops.rb +%%WWWDIR%%/db/migrate/20180608110058_rename_merge_requests_allow_collaboration.rb +%%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb %%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb %%WWWDIR%%/db/migrate/markdown_cache_limits_to_mysql.rb %%WWWDIR%%/db/migrate/merge_request_diff_file_limits_to_mysql.rb +%%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb %%WWWDIR%%/db/post_migrate/20160824121037_change_personal_access_tokens_default_back_to_empty_array.rb %%WWWDIR%%/db/post_migrate/20161011222551_remove_inactive_jira_service_properties.rb %%WWWDIR%%/db/post_migrate/20161109150329_fix_project_records_with_invalid_visibility.rb @@ -6811,10 +6845,21 @@ %%WWWDIR%%/db/post_migrate/20180306164012_add_path_index_to_redirect_routes.rb %%WWWDIR%%/db/post_migrate/20180307012445_migrate_update_head_pipeline_for_merge_request_sidekiq_queue.rb %%WWWDIR%%/db/post_migrate/20180405101928_reschedule_builds_stages_migration.rb +%%WWWDIR%%/db/post_migrate/20180408143355_cleanup_users_rss_token_rename.rb %%WWWDIR%%/db/post_migrate/20180409170809_populate_missing_project_ci_cd_settings.rb %%WWWDIR%%/db/post_migrate/20180420080616_schedule_stages_index_migration.rb +%%WWWDIR%%/db/post_migrate/20180424151928_fill_file_store.rb %%WWWDIR%%/db/post_migrate/20180430143705_backfill_runner_type_for_ci_runners_post_migrate.rb %%WWWDIR%%/db/post_migrate/20180502134117_migrate_import_attributes_data_from_projects_to_project_mirror_data.rb +%%WWWDIR%%/db/post_migrate/20180507083701_set_minimal_project_build_timeout.rb +%%WWWDIR%%/db/post_migrate/20180511174224_add_unique_constraint_to_project_features_project_id.rb +%%WWWDIR%%/db/post_migrate/20180512061621_add_not_null_constraint_to_project_features_project_id.rb +%%WWWDIR%%/db/post_migrate/20180514161336_remove_gemnasium_service.rb +%%WWWDIR%%/db/post_migrate/20180521162137_migrate_remaining_mr_metrics_populating_background_migration.rb +%%WWWDIR%%/db/post_migrate/20180523125103_cleanup_merge_requests_allow_maintainer_to_push_rename.rb +%%WWWDIR%%/db/post_migrate/20180529152628_schedule_to_archive_legacy_traces.rb +%%WWWDIR%%/db/post_migrate/20180603190921_migrate_object_storage_upload_sidekiq_queue.rb +%%WWWDIR%%/db/post_migrate/20180608201435_cleanup_merge_requests_allow_collaboration_rename.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -6836,6 +6881,7 @@ %%WWWDIR%%/doc/administration/container_registry.md %%WWWDIR%%/doc/administration/custom_hooks.md %%WWWDIR%%/doc/administration/environment_variables.md +%%WWWDIR%%/doc/administration/external_database.md %%WWWDIR%%/doc/administration/gitaly/index.md %%WWWDIR%%/doc/administration/high_availability/README.md %%WWWDIR%%/doc/administration/high_availability/database.md @@ -6930,6 +6976,7 @@ %%WWWDIR%%/doc/api/README.md %%WWWDIR%%/doc/api/access_requests.md %%WWWDIR%%/doc/api/applications.md +%%WWWDIR%%/doc/api/avatar.md %%WWWDIR%%/doc/api/award_emoji.md %%WWWDIR%%/doc/api/boards.md %%WWWDIR%%/doc/api/branches.md @@ -6945,6 +6992,7 @@ %%WWWDIR%%/doc/api/environments.md %%WWWDIR%%/doc/api/events.md %%WWWDIR%%/doc/api/features.md +%%WWWDIR%%/doc/api/graphql/index.md %%WWWDIR%%/doc/api/group_badges.md %%WWWDIR%%/doc/api/group_boards.md %%WWWDIR%%/doc/api/group_level_variables.md @@ -6955,6 +7003,7 @@ %%WWWDIR%%/doc/api/keys.md %%WWWDIR%%/doc/api/labels.md %%WWWDIR%%/doc/api/lint.md +%%WWWDIR%%/doc/api/markdown.md %%WWWDIR%%/doc/api/members.md %%WWWDIR%%/doc/api/merge_requests.md %%WWWDIR%%/doc/api/milestones.md @@ -7023,6 +7072,9 @@ %%WWWDIR%%/doc/ci/examples/code_climate.md %%WWWDIR%%/doc/ci/examples/container_scanning.md %%WWWDIR%%/doc/ci/examples/dast.md +%%WWWDIR%%/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/img/cloud_foundry_secret_variables.png +%%WWWDIR%%/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/img/create_from_template.png +%%WWWDIR%%/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md %%WWWDIR%%/doc/ci/examples/deployment/README.md %%WWWDIR%%/doc/ci/examples/deployment/composer-npm-deploy.md %%WWWDIR%%/doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/img/aws_config_window.png @@ -7115,6 +7167,7 @@ %%WWWDIR%%/doc/ci/triggers/img/triggers_page.png %%WWWDIR%%/doc/ci/variables/README.md %%WWWDIR%%/doc/ci/variables/img/secret_variables.png +%%WWWDIR%%/doc/ci/variables/where_variables_can_be_used.md %%WWWDIR%%/doc/ci/yaml/README.md %%WWWDIR%%/doc/container_registry/README.md %%WWWDIR%%/doc/container_registry/troubleshooting.md @@ -7126,6 +7179,9 @@ %%WWWDIR%%/doc/customization/branded_page_and_email_header/appearance.png %%WWWDIR%%/doc/customization/branded_page_and_email_header/custom_brand_header.png %%WWWDIR%%/doc/customization/branded_page_and_email_header/custom_email_header.png +%%WWWDIR%%/doc/customization/favicon.md +%%WWWDIR%%/doc/customization/favicon/appearance.png +%%WWWDIR%%/doc/customization/favicon/custom_favicon.png %%WWWDIR%%/doc/customization/issue_closing.md %%WWWDIR%%/doc/customization/libravatar.md %%WWWDIR%%/doc/customization/new_project_page.md @@ -7135,6 +7191,7 @@ %%WWWDIR%%/doc/customization/welcome_message.md %%WWWDIR%%/doc/development/README.md %%WWWDIR%%/doc/development/adding_database_indexes.md +%%WWWDIR%%/doc/development/api_graphql_styleguide.md %%WWWDIR%%/doc/development/api_styleguide.md %%WWWDIR%%/doc/development/architecture.md %%WWWDIR%%/doc/development/automatic_ce_ee_merge.md @@ -7147,6 +7204,9 @@ %%WWWDIR%%/doc/development/db_dump.md %%WWWDIR%%/doc/development/diffs.md %%WWWDIR%%/doc/development/doc_styleguide.md +%%WWWDIR%%/doc/development/documentation/img/manual_build_docs.png +%%WWWDIR%%/doc/development/documentation/index.md +%%WWWDIR%%/doc/development/documentation/styleguide.md %%WWWDIR%%/doc/development/ee_features.md %%WWWDIR%%/doc/development/emails.md %%WWWDIR%%/doc/development/fe_guide/accessibility.md @@ -7192,7 +7252,6 @@ %%WWWDIR%%/doc/development/i18n_guide.md %%WWWDIR%%/doc/development/img/cache-hit.svg %%WWWDIR%%/doc/development/img/cache-miss.svg -%%WWWDIR%%/doc/development/img/manual_build_docs.png %%WWWDIR%%/doc/development/img/trigger_ss1.png %%WWWDIR%%/doc/development/img/trigger_ss2.png %%WWWDIR%%/doc/development/instrumentation.md @@ -7462,6 +7521,12 @@ %%WWWDIR%%/doc/install/kubernetes/gitlab_omnibus.md %%WWWDIR%%/doc/install/kubernetes/gitlab_runner_chart.md %%WWWDIR%%/doc/install/kubernetes/index.md +%%WWWDIR%%/doc/install/kubernetes/preparation/connect.md +%%WWWDIR%%/doc/install/kubernetes/preparation/eks.md +%%WWWDIR%%/doc/install/kubernetes/preparation/networking.md +%%WWWDIR%%/doc/install/kubernetes/preparation/rbac.md +%%WWWDIR%%/doc/install/kubernetes/preparation/tiller.md +%%WWWDIR%%/doc/install/kubernetes/preparation/tools_installation.md %%WWWDIR%%/doc/install/openshift_and_gitlab/img/add-gitlab-to-project.png %%WWWDIR%%/doc/install/openshift_and_gitlab/img/add-to-project.png %%WWWDIR%%/doc/install/openshift_and_gitlab/img/create-project-ui.png @@ -7611,9 +7676,29 @@ %%WWWDIR%%/doc/system_hooks/system_hooks.md %%WWWDIR%%/doc/topics/authentication/index.md %%WWWDIR%%/doc/topics/autodevops/img/auto_monitoring.png +%%WWWDIR%%/doc/topics/autodevops/img/autodevops_domain_variables.png +%%WWWDIR%%/doc/topics/autodevops/img/autodevops_multiple_clusters.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_choose_gke.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_cluster_apps.png %%WWWDIR%%/doc/topics/autodevops/img/guide_connect_cluster.png -%%WWWDIR%%/doc/topics/autodevops/img/guide_integration.png -%%WWWDIR%%/doc/topics/autodevops/img/guide_secret.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_create_cluster.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_create_project.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_enable_autodevops.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_environments.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_environments_metrics.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_first_pipeline.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_gitlab_gke_details.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_gke_apis_after.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_gke_apis_before.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_google_auth.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_google_signin.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_ide_commit.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_merge_request.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_merge_request_ide.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_merge_request_review_app.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_pipeline_stages.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_project_landing_page.png +%%WWWDIR%%/doc/topics/autodevops/img/guide_project_template.png %%WWWDIR%%/doc/topics/autodevops/img/rollout_enabled.png %%WWWDIR%%/doc/topics/autodevops/img/rollout_staging_disabled.png %%WWWDIR%%/doc/topics/autodevops/img/rollout_staging_enabled.png @@ -7686,6 +7771,7 @@ %%WWWDIR%%/doc/update/10.5-to-10.6.md %%WWWDIR%%/doc/update/10.6-to-10.7.md %%WWWDIR%%/doc/update/10.7-to-10.8.md +%%WWWDIR%%/doc/update/10.8-to-11.0.md %%WWWDIR%%/doc/update/2.6-to-3.0.md %%WWWDIR%%/doc/update/2.9-to-3.0.md %%WWWDIR%%/doc/update/3.0-to-3.1.md @@ -7775,6 +7861,7 @@ %%WWWDIR%%/doc/user/admin_area/settings/img/enforce_terms.png %%WWWDIR%%/doc/user/admin_area/settings/img/respond_to_terms.png %%WWWDIR%%/doc/user/admin_area/settings/img/restricted_url.png +%%WWWDIR%%/doc/user/admin_area/settings/img/sign_up_terms.png %%WWWDIR%%/doc/user/admin_area/settings/img/update-available.png %%WWWDIR%%/doc/user/admin_area/settings/sign_up_restrictions.md %%WWWDIR%%/doc/user/admin_area/settings/terms.md @@ -7854,12 +7941,23 @@ %%WWWDIR%%/doc/user/profile/active_sessions.md %%WWWDIR%%/doc/user/profile/img/active_sessions_list.png %%WWWDIR%%/doc/user/profile/img/personal_access_tokens.png +%%WWWDIR%%/doc/user/profile/img/profil-preferences-navigation-theme.png +%%WWWDIR%%/doc/user/profile/img/profile-preferences-syntax-themes.png %%WWWDIR%%/doc/user/profile/img/profile_settings_dropdown.png %%WWWDIR%%/doc/user/profile/index.md %%WWWDIR%%/doc/user/profile/personal_access_tokens.md %%WWWDIR%%/doc/user/profile/preferences.md %%WWWDIR%%/doc/user/project/badges.md %%WWWDIR%%/doc/user/project/builds/artifacts.md +%%WWWDIR%%/doc/user/project/bulk_editing.md +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/add_cluster.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/create_dns.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/create_project.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/deploy_apps.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/environment.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/new_project.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/img/pipeline.png +%%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/index.md %%WWWDIR%%/doc/user/project/clusters/index.md %%WWWDIR%%/doc/user/project/container_registry.md %%WWWDIR%%/doc/user/project/cycle_analytics.md @@ -7970,7 +8068,6 @@ %%WWWDIR%%/doc/user/project/integrations/img/jira_service_close_issue.png %%WWWDIR%%/doc/user/project/integrations/img/jira_service_page.png %%WWWDIR%%/doc/user/project/integrations/img/jira_user_management_link.png -%%WWWDIR%%/doc/user/project/integrations/img/kubernetes_configuration.png %%WWWDIR%%/doc/user/project/integrations/img/mattermost_add_slash_command.png %%WWWDIR%%/doc/user/project/integrations/img/mattermost_bot_auth.png %%WWWDIR%%/doc/user/project/integrations/img/mattermost_bot_available_commands.png @@ -8085,10 +8182,11 @@ %%WWWDIR%%/doc/user/project/members/index.md %%WWWDIR%%/doc/user/project/members/share_project_with_groups.md %%WWWDIR%%/doc/user/project/merge_requests.md +%%WWWDIR%%/doc/user/project/merge_requests/allow_collaboration.md %%WWWDIR%%/doc/user/project/merge_requests/authorization_for_merge_requests.md %%WWWDIR%%/doc/user/project/merge_requests/cherry_pick_changes.md %%WWWDIR%%/doc/user/project/merge_requests/fast_forward_merge.md -%%WWWDIR%%/doc/user/project/merge_requests/img/allow_maintainer_push.png +%%WWWDIR%%/doc/user/project/merge_requests/img/allow_collaboration.png %%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_commit.png %%WWWDIR%%/doc/user/project/merge_requests/img/cherry_pick_changes_mr.png %%WWWDIR%%/doc/user/project/merge_requests/img/conflict_section.png @@ -8109,6 +8207,10 @@ %%WWWDIR%%/doc/user/project/merge_requests/img/remove_source_branch_status.png %%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_commit.png %%WWWDIR%%/doc/user/project/merge_requests/img/revert_changes_mr.png +%%WWWDIR%%/doc/user/project/merge_requests/img/squash_edit_form.png +%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_commits.png +%%WWWDIR%%/doc/user/project/merge_requests/img/squash_mr_widget.png +%%WWWDIR%%/doc/user/project/merge_requests/img/squash_squashed_commit.png %%WWWDIR%%/doc/user/project/merge_requests/img/versions.png %%WWWDIR%%/doc/user/project/merge_requests/img/versions_compare.png %%WWWDIR%%/doc/user/project/merge_requests/img/versions_dropdown.png @@ -8123,6 +8225,7 @@ %%WWWDIR%%/doc/user/project/merge_requests/merge_when_pipeline_succeeds.md %%WWWDIR%%/doc/user/project/merge_requests/resolve_conflicts.md %%WWWDIR%%/doc/user/project/merge_requests/revert_changes.md +%%WWWDIR%%/doc/user/project/merge_requests/squash_and_merge.md %%WWWDIR%%/doc/user/project/merge_requests/versions.md %%WWWDIR%%/doc/user/project/merge_requests/work_in_progress_merge_requests.md %%WWWDIR%%/doc/user/project/milestones/img/milestones_new_group_milestone.png @@ -8306,11 +8409,21 @@ %%WWWDIR%%/doc/workflow/releases/tags.png %%WWWDIR%%/doc/workflow/remove_checkbox.png %%WWWDIR%%/doc/workflow/repository_mirroring.md +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_detect_host_keys.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_diverged_branch.png %%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_diverged_branch_push.png %%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_github_edit_personal_access_token.png %%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_gitlab_push_to_a_remote_repository.png %%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_gitlab_push_to_a_remote_repository_update_now.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_hard_failed_main.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_hard_failed_settings.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_new_project.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_pull_advanced_host_keys.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_pull_settings.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_pull_settings_for_ssh.png %%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_push_settings.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_ssh_host_keys_verified.png +%%WWWDIR%%/doc/workflow/repository_mirroring/repository_mirroring_ssh_public_key_authentication.png %%WWWDIR%%/doc/workflow/revert_changes.md %%WWWDIR%%/doc/workflow/share_projects_with_other_groups.md %%WWWDIR%%/doc/workflow/share_with_group.md @@ -8324,52 +8437,8 @@ %%WWWDIR%%/doc/workflow/web_editor.md %%WWWDIR%%/doc/workflow/wip_merge_requests.md %%WWWDIR%%/doc/workflow/workflow.md -%%WWWDIR%%/doc_styleguide.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/ee/app/controllers/ee/ldap/omniauth_callbacks_controller.rb -%%WWWDIR%%/ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb -%%WWWDIR%%/features/project/commits/diff_comments.feature -%%WWWDIR%%/features/project/deploy_keys.feature -%%WWWDIR%%/features/project/ff_merge_requests.feature -%%WWWDIR%%/features/project/forked_merge_requests.feature -%%WWWDIR%%/features/project/issues/references.feature -%%WWWDIR%%/features/project/merge_requests/references.feature -%%WWWDIR%%/features/steps/group/members.rb -%%WWWDIR%%/features/steps/profile/notifications.rb -%%WWWDIR%%/features/steps/project/commits/branches.rb -%%WWWDIR%%/features/steps/project/commits/comments.rb -%%WWWDIR%%/features/steps/project/commits/diff_comments.rb -%%WWWDIR%%/features/steps/project/create.rb -%%WWWDIR%%/features/steps/project/deploy_keys.rb -%%WWWDIR%%/features/steps/project/ff_merge_requests.rb -%%WWWDIR%%/features/steps/project/forked_merge_requests.rb -%%WWWDIR%%/features/steps/project/issues/filter_labels.rb -%%WWWDIR%%/features/steps/project/issues/issues.rb -%%WWWDIR%%/features/steps/project/issues/milestones.rb -%%WWWDIR%%/features/steps/project/issues/references.rb -%%WWWDIR%%/features/steps/project/merge_requests/references.rb -%%WWWDIR%%/features/steps/project/source/browse_files.rb -%%WWWDIR%%/features/steps/shared/active_tab.rb -%%WWWDIR%%/features/steps/shared/admin.rb -%%WWWDIR%%/features/steps/shared/authentication.rb -%%WWWDIR%%/features/steps/shared/diff_note.rb -%%WWWDIR%%/features/steps/shared/group.rb -%%WWWDIR%%/features/steps/shared/issuable.rb -%%WWWDIR%%/features/steps/shared/markdown.rb -%%WWWDIR%%/features/steps/shared/note.rb -%%WWWDIR%%/features/steps/shared/paths.rb -%%WWWDIR%%/features/steps/shared/project.rb -%%WWWDIR%%/features/steps/shared/project_tab.rb -%%WWWDIR%%/features/steps/shared/shortcuts.rb -%%WWWDIR%%/features/steps/shared/sidebar_active_tab.rb -%%WWWDIR%%/features/steps/shared/user.rb -%%WWWDIR%%/features/support/capybara.rb -%%WWWDIR%%/features/support/db_cleaner.rb -%%WWWDIR%%/features/support/env.rb -%%WWWDIR%%/features/support/gitaly.rb -%%WWWDIR%%/features/support/login_helpers.rb -%%WWWDIR%%/features/support/rerun.rb %%WWWDIR%%/fixtures/emojis/aliases.json %%WWWDIR%%/fixtures/emojis/digests.json %%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json @@ -8383,6 +8452,7 @@ %%WWWDIR%%/lib/api/api.rb %%WWWDIR%%/lib/api/api_guard.rb %%WWWDIR%%/lib/api/applications.rb +%%WWWDIR%%/lib/api/avatar.rb %%WWWDIR%%/lib/api/award_emoji.rb %%WWWDIR%%/lib/api/badges.rb %%WWWDIR%%/lib/api/boards.rb @@ -8425,6 +8495,7 @@ %%WWWDIR%%/lib/api/keys.rb %%WWWDIR%%/lib/api/labels.rb %%WWWDIR%%/lib/api/lint.rb +%%WWWDIR%%/lib/api/markdown.rb %%WWWDIR%%/lib/api/members.rb %%WWWDIR%%/lib/api/merge_request_diffs.rb %%WWWDIR%%/lib/api/merge_requests.rb @@ -8462,47 +8533,10 @@ %%WWWDIR%%/lib/api/todos.rb %%WWWDIR%%/lib/api/triggers.rb %%WWWDIR%%/lib/api/users.rb -%%WWWDIR%%/lib/api/v3/award_emoji.rb -%%WWWDIR%%/lib/api/v3/boards.rb -%%WWWDIR%%/lib/api/v3/branches.rb -%%WWWDIR%%/lib/api/v3/broadcast_messages.rb -%%WWWDIR%%/lib/api/v3/builds.rb -%%WWWDIR%%/lib/api/v3/commits.rb -%%WWWDIR%%/lib/api/v3/deploy_keys.rb -%%WWWDIR%%/lib/api/v3/deployments.rb -%%WWWDIR%%/lib/api/v3/entities.rb -%%WWWDIR%%/lib/api/v3/environments.rb -%%WWWDIR%%/lib/api/v3/files.rb -%%WWWDIR%%/lib/api/v3/groups.rb -%%WWWDIR%%/lib/api/v3/helpers.rb -%%WWWDIR%%/lib/api/v3/issues.rb -%%WWWDIR%%/lib/api/v3/labels.rb -%%WWWDIR%%/lib/api/v3/members.rb -%%WWWDIR%%/lib/api/v3/merge_request_diffs.rb -%%WWWDIR%%/lib/api/v3/merge_requests.rb -%%WWWDIR%%/lib/api/v3/milestones.rb -%%WWWDIR%%/lib/api/v3/notes.rb -%%WWWDIR%%/lib/api/v3/pipelines.rb -%%WWWDIR%%/lib/api/v3/project_hooks.rb -%%WWWDIR%%/lib/api/v3/project_snippets.rb -%%WWWDIR%%/lib/api/v3/projects.rb -%%WWWDIR%%/lib/api/v3/repositories.rb -%%WWWDIR%%/lib/api/v3/runners.rb -%%WWWDIR%%/lib/api/v3/services.rb -%%WWWDIR%%/lib/api/v3/settings.rb -%%WWWDIR%%/lib/api/v3/snippets.rb -%%WWWDIR%%/lib/api/v3/subscriptions.rb -%%WWWDIR%%/lib/api/v3/system_hooks.rb -%%WWWDIR%%/lib/api/v3/tags.rb -%%WWWDIR%%/lib/api/v3/templates.rb -%%WWWDIR%%/lib/api/v3/time_tracking_endpoints.rb -%%WWWDIR%%/lib/api/v3/todos.rb -%%WWWDIR%%/lib/api/v3/triggers.rb -%%WWWDIR%%/lib/api/v3/users.rb -%%WWWDIR%%/lib/api/v3/variables.rb %%WWWDIR%%/lib/api/variables.rb %%WWWDIR%%/lib/api/version.rb %%WWWDIR%%/lib/api/wikis.rb +%%WWWDIR%%/lib/backup.rb %%WWWDIR%%/lib/backup/artifacts.rb %%WWWDIR%%/lib/backup/builds.rb %%WWWDIR%%/lib/backup/database.rb @@ -8621,6 +8655,7 @@ %%WWWDIR%%/lib/bitbucket/representation/repo.rb %%WWWDIR%%/lib/bitbucket/representation/user.rb %%WWWDIR%%/lib/carrier_wave_string_file.rb +%%WWWDIR%%/lib/constraints/feature_constrainer.rb %%WWWDIR%%/lib/constraints/group_url_constrainer.rb %%WWWDIR%%/lib/constraints/project_url_constrainer.rb %%WWWDIR%%/lib/constraints/user_url_constrainer.rb @@ -8690,12 +8725,16 @@ %%WWWDIR%%/lib/gitlab/background_migration.rb %%WWWDIR%%/lib/gitlab/background_migration/.rubocop.yml %%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb +%%WWWDIR%%/lib/gitlab/background_migration/archive_legacy_traces.rb %%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_type_change.rb %%WWWDIR%%/lib/gitlab/background_migration/copy_column.rb %%WWWDIR%%/lib/gitlab/background_migration/create_fork_network_memberships_range.rb %%WWWDIR%%/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys.rb %%WWWDIR%%/lib/gitlab/background_migration/delete_conflicting_redirect_routes_range.rb %%WWWDIR%%/lib/gitlab/background_migration/deserialize_merge_request_diffs_and_commits.rb +%%WWWDIR%%/lib/gitlab/background_migration/fill_file_store_job_artifact.rb +%%WWWDIR%%/lib/gitlab/background_migration/fill_file_store_lfs_object.rb +%%WWWDIR%%/lib/gitlab/background_migration/fill_store_upload.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_build_stage.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_build_stage_id_reference.rb %%WWWDIR%%/lib/gitlab/background_migration/migrate_events_to_push_event_payloads.rb @@ -8805,10 +8844,13 @@ %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/config.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/validate/repository.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/duration.rb +%%WWWDIR%%/lib/gitlab/ci/pipeline/expression.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/base.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/equals.rb +%%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/matches.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/null.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/operator.rb +%%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/pattern.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/string.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/value.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/lexeme/variable.rb @@ -8816,6 +8858,7 @@ %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/parser.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/statement.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/expression/token.rb +%%WWWDIR%%/lib/gitlab/ci/pipeline/preloader.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/seed/base.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/seed/build.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/seed/stage.rb @@ -8987,6 +9030,7 @@ %%WWWDIR%%/lib/gitlab/etag_caching/store.rb %%WWWDIR%%/lib/gitlab/exclusive_lease.rb %%WWWDIR%%/lib/gitlab/fake_application_settings.rb +%%WWWDIR%%/lib/gitlab/favicon.rb %%WWWDIR%%/lib/gitlab/file_detector.rb %%WWWDIR%%/lib/gitlab/file_finder.rb %%WWWDIR%%/lib/gitlab/fogbugz_import/client.rb @@ -9070,6 +9114,7 @@ %%WWWDIR%%/lib/gitlab/gitaly_client/remote_service.rb %%WWWDIR%%/lib/gitlab/gitaly_client/repository_service.rb %%WWWDIR%%/lib/gitlab/gitaly_client/server_service.rb +%%WWWDIR%%/lib/gitlab/gitaly_client/storage_service.rb %%WWWDIR%%/lib/gitlab/gitaly_client/storage_settings.rb %%WWWDIR%%/lib/gitlab/gitaly_client/util.rb %%WWWDIR%%/lib/gitlab/gitaly_client/wiki_file.rb @@ -9086,6 +9131,8 @@ %%WWWDIR%%/lib/gitlab/github_import/importer/issues_importer.rb %%WWWDIR%%/lib/gitlab/github_import/importer/label_links_importer.rb %%WWWDIR%%/lib/gitlab/github_import/importer/labels_importer.rb +%%WWWDIR%%/lib/gitlab/github_import/importer/lfs_object_importer.rb +%%WWWDIR%%/lib/gitlab/github_import/importer/lfs_objects_importer.rb %%WWWDIR%%/lib/gitlab/github_import/importer/milestones_importer.rb %%WWWDIR%%/lib/gitlab/github_import/importer/note_importer.rb %%WWWDIR%%/lib/gitlab/github_import/importer/notes_importer.rb @@ -9105,6 +9152,7 @@ %%WWWDIR%%/lib/gitlab/github_import/representation/diff_note.rb %%WWWDIR%%/lib/gitlab/github_import/representation/expose_attribute.rb %%WWWDIR%%/lib/gitlab/github_import/representation/issue.rb +%%WWWDIR%%/lib/gitlab/github_import/representation/lfs_object.rb %%WWWDIR%%/lib/gitlab/github_import/representation/note.rb %%WWWDIR%%/lib/gitlab/github_import/representation/pull_request.rb %%WWWDIR%%/lib/gitlab/github_import/representation/to_hash.rb @@ -9125,9 +9173,18 @@ %%WWWDIR%%/lib/gitlab/gpg/commit.rb %%WWWDIR%%/lib/gitlab/gpg/invalid_gpg_signature_updater.rb %%WWWDIR%%/lib/gitlab/grape_logging/formatters/lograge_with_timestamp.rb +%%WWWDIR%%/lib/gitlab/grape_logging/loggers/queue_duration_logger.rb %%WWWDIR%%/lib/gitlab/grape_logging/loggers/user_logger.rb +%%WWWDIR%%/lib/gitlab/graphql.rb +%%WWWDIR%%/lib/gitlab/graphql/authorize.rb +%%WWWDIR%%/lib/gitlab/graphql/authorize/instrumentation.rb +%%WWWDIR%%/lib/gitlab/graphql/present.rb +%%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb +%%WWWDIR%%/lib/gitlab/graphql/variables.rb %%WWWDIR%%/lib/gitlab/graphs/commits.rb %%WWWDIR%%/lib/gitlab/group_hierarchy.rb +%%WWWDIR%%/lib/gitlab/hashed_storage/migrator.rb +%%WWWDIR%%/lib/gitlab/hashed_storage/rake_helper.rb %%WWWDIR%%/lib/gitlab/health_checks/base_abstract_check.rb %%WWWDIR%%/lib/gitlab/health_checks/db_check.rb %%WWWDIR%%/lib/gitlab/health_checks/fs_shards_check.rb @@ -9395,6 +9452,7 @@ %%WWWDIR%%/lib/gitlab/template/gitlab_ci_yml_template.rb %%WWWDIR%%/lib/gitlab/template/issue_template.rb %%WWWDIR%%/lib/gitlab/template/merge_request_template.rb +%%WWWDIR%%/lib/gitlab/temporarily_allow.rb %%WWWDIR%%/lib/gitlab/testing/request_blocker_middleware.rb %%WWWDIR%%/lib/gitlab/testing/request_inspector_middleware.rb %%WWWDIR%%/lib/gitlab/themes.rb @@ -9427,6 +9485,7 @@ %%WWWDIR%%/lib/gitlab/visibility_level.rb %%WWWDIR%%/lib/gitlab/webpack/dev_server_middleware.rb %%WWWDIR%%/lib/gitlab/webpack/manifest.rb +%%WWWDIR%%/lib/gitlab/wiki_file_finder.rb %%WWWDIR%%/lib/gitlab/workhorse.rb %%WWWDIR%%/lib/google_api/auth.rb %%WWWDIR%%/lib/google_api/cloud_platform/client.rb @@ -9442,6 +9501,7 @@ %%WWWDIR%%/lib/microsoft_teams/activity.rb %%WWWDIR%%/lib/microsoft_teams/notifier.rb %%WWWDIR%%/lib/milestone_array.rb +%%WWWDIR%%/lib/object_storage/direct_upload.rb %%WWWDIR%%/lib/omni_auth/strategies/bitbucket.rb %%WWWDIR%%/lib/omni_auth/strategies/jwt.rb %%WWWDIR%%/lib/peek/rblineprof/custom_controller_helpers.rb @@ -9543,6 +9603,7 @@ %%WWWDIR%%/lib/tasks/karma.rake %%WWWDIR%%/lib/tasks/lint.rake %%WWWDIR%%/lib/tasks/migrate/add_limits_mysql.rake +%%WWWDIR%%/lib/tasks/migrate/composite_primary_keys.rake %%WWWDIR%%/lib/tasks/migrate/migrate_iids.rake %%WWWDIR%%/lib/tasks/migrate/setup_postgresql.rake %%WWWDIR%%/lib/tasks/plugins.rake @@ -9552,7 +9613,6 @@ %%WWWDIR%%/lib/tasks/setup.rake %%WWWDIR%%/lib/tasks/sidekiq.rake %%WWWDIR%%/lib/tasks/spec.rake -%%WWWDIR%%/lib/tasks/spinach.rake %%WWWDIR%%/lib/tasks/test.rake %%WWWDIR%%/lib/tasks/tokens.rake %%WWWDIR%%/lib/tasks/yarn.rake @@ -9606,7 +9666,6 @@ %%WWWDIR%%/public/apple-touch-icon-precomposed.png %%WWWDIR%%/public/apple-touch-icon.png %%WWWDIR%%/public/deploy.html -%%WWWDIR%%/public/favicon.ico %%WWWDIR%%/public/robots.txt %%WWWDIR%%/public/slash-command-logo.png %%WWWDIR%%/qa/.rspec @@ -9620,18 +9679,25 @@ %%WWWDIR%%/qa/qa/factory/base.rb %%WWWDIR%%/qa/qa/factory/dependency.rb %%WWWDIR%%/qa/qa/factory/product.rb +%%WWWDIR%%/qa/qa/factory/repository/project_push.rb %%WWWDIR%%/qa/qa/factory/repository/push.rb +%%WWWDIR%%/qa/qa/factory/repository/wiki_push.rb %%WWWDIR%%/qa/qa/factory/resource/branch.rb %%WWWDIR%%/qa/qa/factory/resource/deploy_key.rb %%WWWDIR%%/qa/qa/factory/resource/group.rb %%WWWDIR%%/qa/qa/factory/resource/issue.rb +%%WWWDIR%%/qa/qa/factory/resource/kubernetes_cluster.rb %%WWWDIR%%/qa/qa/factory/resource/merge_request.rb %%WWWDIR%%/qa/qa/factory/resource/personal_access_token.rb %%WWWDIR%%/qa/qa/factory/resource/project.rb %%WWWDIR%%/qa/qa/factory/resource/runner.rb %%WWWDIR%%/qa/qa/factory/resource/sandbox.rb %%WWWDIR%%/qa/qa/factory/resource/secret_variable.rb +%%WWWDIR%%/qa/qa/factory/resource/wiki.rb %%WWWDIR%%/qa/qa/factory/settings/hashed_storage.rb +%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/Gemfile +%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/Rakefile +%%WWWDIR%%/qa/qa/fixtures/auto_devops_rack/config.ru %%WWWDIR%%/qa/qa/git/location.rb %%WWWDIR%%/qa/qa/git/repository.rb %%WWWDIR%%/qa/qa/page/README.md @@ -9661,6 +9727,10 @@ %%WWWDIR%%/qa/qa/page/project/issue/show.rb %%WWWDIR%%/qa/qa/page/project/job/show.rb %%WWWDIR%%/qa/qa/page/project/new.rb +%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/add.rb +%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/add_existing.rb +%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/index.rb +%%WWWDIR%%/qa/qa/page/project/operations/kubernetes/show.rb %%WWWDIR%%/qa/qa/page/project/pipeline/index.rb %%WWWDIR%%/qa/qa/page/project/pipeline/show.rb %%WWWDIR%%/qa/qa/page/project/settings/advanced.rb @@ -9674,11 +9744,16 @@ %%WWWDIR%%/qa/qa/page/project/settings/runners.rb %%WWWDIR%%/qa/qa/page/project/settings/secret_variables.rb %%WWWDIR%%/qa/qa/page/project/show.rb +%%WWWDIR%%/qa/qa/page/project/wiki/edit.rb +%%WWWDIR%%/qa/qa/page/project/wiki/new.rb +%%WWWDIR%%/qa/qa/page/project/wiki/show.rb %%WWWDIR%%/qa/qa/page/settings/common.rb +%%WWWDIR%%/qa/qa/page/shared/clone_panel.rb %%WWWDIR%%/qa/qa/page/validator.rb %%WWWDIR%%/qa/qa/page/view.rb %%WWWDIR%%/qa/qa/runtime/address.rb -%%WWWDIR%%/qa/qa/runtime/api.rb +%%WWWDIR%%/qa/qa/runtime/api/client.rb +%%WWWDIR%%/qa/qa/runtime/api/request.rb %%WWWDIR%%/qa/qa/runtime/browser.rb %%WWWDIR%%/qa/qa/runtime/env.rb %%WWWDIR%%/qa/qa/runtime/key/base.rb @@ -9694,12 +9769,15 @@ %%WWWDIR%%/qa/qa/scenario/taggable.rb %%WWWDIR%%/qa/qa/scenario/template.rb %%WWWDIR%%/qa/qa/scenario/test/instance.rb +%%WWWDIR%%/qa/qa/scenario/test/integration/kubernetes.rb %%WWWDIR%%/qa/qa/scenario/test/integration/ldap.rb %%WWWDIR%%/qa/qa/scenario/test/integration/mattermost.rb %%WWWDIR%%/qa/qa/scenario/test/sanity/selectors.rb +%%WWWDIR%%/qa/qa/service/kubernetes_cluster.rb %%WWWDIR%%/qa/qa/service/omnibus.rb %%WWWDIR%%/qa/qa/service/runner.rb %%WWWDIR%%/qa/qa/service/shellout.rb +%%WWWDIR%%/qa/qa/specs/features/api/basics_spec.rb %%WWWDIR%%/qa/qa/specs/features/api/users_spec.rb %%WWWDIR%%/qa/qa/specs/features/login/ldap_spec.rb %%WWWDIR%%/qa/qa/specs/features/login/standard_spec.rb @@ -9707,13 +9785,16 @@ %%WWWDIR%%/qa/qa/specs/features/mattermost/login_spec.rb %%WWWDIR%%/qa/qa/specs/features/merge_request/create_spec.rb %%WWWDIR%%/qa/qa/specs/features/merge_request/rebase_spec.rb +%%WWWDIR%%/qa/qa/specs/features/merge_request/squash_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/activity_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/add_deploy_key_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/add_secret_variable_spec.rb +%%WWWDIR%%/qa/qa/specs/features/project/auto_devops_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/create_issue_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/create_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/deploy_key_clone_spec.rb %%WWWDIR%%/qa/qa/specs/features/project/pipelines_spec.rb +%%WWWDIR%%/qa/qa/specs/features/project/wikis_spec.rb %%WWWDIR%%/qa/qa/specs/features/repository/clone_spec.rb %%WWWDIR%%/qa/qa/specs/features/repository/protected_branches_spec.rb %%WWWDIR%%/qa/qa/specs/features/repository/push_spec.rb @@ -9723,11 +9804,13 @@ %%WWWDIR%%/qa/spec/factory/product_spec.rb %%WWWDIR%%/qa/spec/fixtures/banana_sample.gif %%WWWDIR%%/qa/spec/git/location_spec.rb +%%WWWDIR%%/qa/spec/git/repository_spec.rb %%WWWDIR%%/qa/spec/page/base_spec.rb %%WWWDIR%%/qa/spec/page/element_spec.rb %%WWWDIR%%/qa/spec/page/validator_spec.rb %%WWWDIR%%/qa/spec/page/view_spec.rb -%%WWWDIR%%/qa/spec/runtime/api_client_spec.rb +%%WWWDIR%%/qa/spec/runtime/api/client_spec.rb +%%WWWDIR%%/qa/spec/runtime/api/request_spec.rb %%WWWDIR%%/qa/spec/runtime/api_request_spec.rb %%WWWDIR%%/qa/spec/runtime/env_spec.rb %%WWWDIR%%/qa/spec/runtime/key/ecdsa_spec.rb @@ -9784,12 +9867,14 @@ %%WWWDIR%%/scripts/lint-rugged %%WWWDIR%%/scripts/merge-reports %%WWWDIR%%/scripts/merge-simplecov +%%WWWDIR%%/scripts/no-ee-check %%WWWDIR%%/scripts/prepare_build.sh %%WWWDIR%%/scripts/prune-old-flaky-specs %%WWWDIR%%/scripts/schema_changed.sh %%WWWDIR%%/scripts/security-harness %%WWWDIR%%/scripts/static-analysis %%WWWDIR%%/scripts/sync-reports +%%WWWDIR%%/scripts/trigger-build-cloud-native %%WWWDIR%%/scripts/trigger-build-docs %%WWWDIR%%/scripts/trigger-build-omnibus %%WWWDIR%%/scripts/utils.sh @@ -9831,6 +9916,7 @@ %%WWWDIR%%/spec/controllers/explore/groups_controller_spec.rb %%WWWDIR%%/spec/controllers/explore/projects_controller_spec.rb %%WWWDIR%%/spec/controllers/google_api/authorizations_controller_spec.rb +%%WWWDIR%%/spec/controllers/graphql_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/boards_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/children_controller_spec.rb @@ -9839,6 +9925,7 @@ %%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/runners_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/settings/ci_cd_controller_spec.rb +%%WWWDIR%%/spec/controllers/groups/shared_projects_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/uploads_controller_spec.rb %%WWWDIR%%/spec/controllers/groups/variables_controller_spec.rb %%WWWDIR%%/spec/controllers/groups_controller_spec.rb @@ -9991,6 +10078,7 @@ %%WWWDIR%%/spec/factories/forked_project_links.rb %%WWWDIR%%/spec/factories/gitaly/commit.rb %%WWWDIR%%/spec/factories/gitaly/commit_author.rb +%%WWWDIR%%/spec/factories/gitaly/tag.rb %%WWWDIR%%/spec/factories/gpg_key_subkeys.rb %%WWWDIR%%/spec/factories/gpg_keys.rb %%WWWDIR%%/spec/factories/gpg_signature.rb @@ -10133,6 +10221,7 @@ %%WWWDIR%%/spec/features/discussion_comments/issue_spec.rb %%WWWDIR%%/spec/features/discussion_comments/merge_request_spec.rb %%WWWDIR%%/spec/features/discussion_comments/snippets_spec.rb +%%WWWDIR%%/spec/features/error_pages_spec.rb %%WWWDIR%%/spec/features/expand_collapse_diffs_spec.rb %%WWWDIR%%/spec/features/explore/groups_list_spec.rb %%WWWDIR%%/spec/features/explore/groups_spec.rb @@ -10147,6 +10236,7 @@ %%WWWDIR%%/spec/features/groups/labels/edit_spec.rb %%WWWDIR%%/spec/features/groups/labels/subscription_spec.rb %%WWWDIR%%/spec/features/groups/labels/user_sees_links_to_issuables.rb +%%WWWDIR%%/spec/features/groups/members/filter_members_spec.rb %%WWWDIR%%/spec/features/groups/members/leave_group_spec.rb %%WWWDIR%%/spec/features/groups/members/list_members_spec.rb %%WWWDIR%%/spec/features/groups/members/manage_members_spec.rb @@ -10164,13 +10254,17 @@ %%WWWDIR%%/spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb %%WWWDIR%%/spec/features/groups_spec.rb %%WWWDIR%%/spec/features/help_pages_spec.rb +%%WWWDIR%%/spec/features/ics/dashboard_issues_spec.rb +%%WWWDIR%%/spec/features/ics/group_issues_spec.rb +%%WWWDIR%%/spec/features/ics/project_issues_spec.rb %%WWWDIR%%/spec/features/ide_spec.rb %%WWWDIR%%/spec/features/invites_spec.rb %%WWWDIR%%/spec/features/issuables/close_reopen_report_toggle_spec.rb %%WWWDIR%%/spec/features/issuables/default_sort_order_spec.rb %%WWWDIR%%/spec/features/issuables/discussion_lock_spec.rb %%WWWDIR%%/spec/features/issuables/issuable_list_spec.rb -%%WWWDIR%%/spec/features/issuables/markdown_references_spec.rb +%%WWWDIR%%/spec/features/issuables/markdown_references/internal_references_spec.rb +%%WWWDIR%%/spec/features/issuables/markdown_references/jira_spec.rb %%WWWDIR%%/spec/features/issuables/shortcuts_issuable_spec.rb %%WWWDIR%%/spec/features/issuables/user_sees_sidebar_spec.rb %%WWWDIR%%/spec/features/issues/award_emoji_spec.rb @@ -10211,7 +10305,7 @@ %%WWWDIR%%/spec/features/markdown/math_spec.rb %%WWWDIR%%/spec/features/markdown/mermaid_spec.rb %%WWWDIR%%/spec/features/merge_request/maintainer_edits_fork_spec.rb -%%WWWDIR%%/spec/features/merge_request/user_allows_a_maintainer_to_push_spec.rb +%%WWWDIR%%/spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb %%WWWDIR%%/spec/features/merge_request/user_assigns_themselves_spec.rb %%WWWDIR%%/spec/features/merge_request/user_awards_emoji_spec.rb %%WWWDIR%%/spec/features/merge_request/user_cherry_picks_spec.rb @@ -10230,6 +10324,7 @@ %%WWWDIR%%/spec/features/merge_request/user_resolves_outdated_diff_discussions_spec.rb %%WWWDIR%%/spec/features/merge_request/user_scrolls_to_note_on_load_spec.rb %%WWWDIR%%/spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb +%%WWWDIR%%/spec/features/merge_request/user_sees_check_out_branch_modal_spec.rb %%WWWDIR%%/spec/features/merge_request/user_sees_closing_issues_message_spec.rb %%WWWDIR%%/spec/features/merge_request/user_sees_deleted_target_branch_spec.rb %%WWWDIR%%/spec/features/merge_request/user_sees_deployment_widget_spec.rb @@ -10257,6 +10352,7 @@ %%WWWDIR%%/spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb %%WWWDIR%%/spec/features/merge_requests/user_lists_merge_requests_spec.rb %%WWWDIR%%/spec/features/merge_requests/user_mass_updates_spec.rb +%%WWWDIR%%/spec/features/merge_requests/user_squashes_merge_request_spec.rb %%WWWDIR%%/spec/features/milestone_spec.rb %%WWWDIR%%/spec/features/milestones/user_creates_milestone_spec.rb %%WWWDIR%%/spec/features/milestones/user_deletes_milestone_spec.rb @@ -10316,9 +10412,11 @@ %%WWWDIR%%/spec/features/projects/clusters_spec.rb %%WWWDIR%%/spec/features/projects/commit/builds_spec.rb %%WWWDIR%%/spec/features/projects/commit/cherry_pick_spec.rb +%%WWWDIR%%/spec/features/projects/commit/comments/user_adds_comment_spec.rb +%%WWWDIR%%/spec/features/projects/commit/comments/user_deletes_comments_spec.rb +%%WWWDIR%%/spec/features/projects/commit/comments/user_edits_comments_spec.rb %%WWWDIR%%/spec/features/projects/commit/diff_notes_spec.rb %%WWWDIR%%/spec/features/projects/commit/mini_pipeline_graph_spec.rb -%%WWWDIR%%/spec/features/projects/commit/user_comments_on_commit_spec.rb %%WWWDIR%%/spec/features/projects/commit/user_reverts_commit_spec.rb %%WWWDIR%%/spec/features/projects/commits/rss_spec.rb %%WWWDIR%%/spec/features/projects/commits/user_browses_commits_spec.rb @@ -10408,6 +10506,8 @@ %%WWWDIR%%/spec/features/projects/merge_requests/user_creates_merge_request_spec.rb %%WWWDIR%%/spec/features/projects/merge_requests/user_edits_merge_request_spec.rb %%WWWDIR%%/spec/features/projects/merge_requests/user_manages_subscription_spec.rb +%%WWWDIR%%/spec/features/projects/merge_requests/user_merges_merge_request_spec.rb +%%WWWDIR%%/spec/features/projects/merge_requests/user_rebases_merge_request_spec.rb %%WWWDIR%%/spec/features/projects/merge_requests/user_reopens_merge_request_spec.rb %%WWWDIR%%/spec/features/projects/merge_requests/user_reverts_merge_request_spec.rb %%WWWDIR%%/spec/features/projects/merge_requests/user_sorts_merge_requests_spec.rb @@ -10456,6 +10556,7 @@ %%WWWDIR%%/spec/features/projects/settings/user_archives_project_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_changes_avatar_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_changes_default_branch_spec.rb +%%WWWDIR%%/spec/features/projects/settings/user_interacts_with_deploy_keys_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_manages_group_links_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/user_manages_project_members_spec.rb @@ -10500,6 +10601,7 @@ %%WWWDIR%%/spec/features/projects/wiki/user_deletes_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_git_access_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_updates_wiki_page_spec.rb +%%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_empty_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb %%WWWDIR%%/spec/features/projects/wiki/user_views_wiki_page_spec.rb %%WWWDIR%%/spec/features/projects_spec.rb @@ -10634,8 +10736,6 @@ %%WWWDIR%%/spec/fixtures/api/schemas/pipeline_schedules.json %%WWWDIR%%/spec/fixtures/api/schemas/pipeline_stage.json %%WWWDIR%%/spec/fixtures/api/schemas/prometheus/additional_metrics_query_result.json -%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/issues.json -%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v3/merge_requests.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/blobs.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/board.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/boards.json @@ -10740,6 +10840,7 @@ %%WWWDIR%%/spec/fixtures/emails/update_commands_only_reply.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_issue.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_issue_empty.eml +%%WWWDIR%%/spec/fixtures/emails/valid_new_issue_with_quote.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_description.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_subject.eml @@ -10776,6 +10877,12 @@ %%WWWDIR%%/spec/fixtures/unsanitized.svg %%WWWDIR%%/spec/fixtures/valid.po %%WWWDIR%%/spec/fixtures/video_sample.mp4 +%%WWWDIR%%/spec/graphql/gitlab_schema_spec.rb +%%WWWDIR%%/spec/graphql/resolvers/merge_request_resolver_spec.rb +%%WWWDIR%%/spec/graphql/resolvers/project_resolver_spec.rb +%%WWWDIR%%/spec/graphql/types/project_type_spec.rb +%%WWWDIR%%/spec/graphql/types/query_type_spec.rb +%%WWWDIR%%/spec/graphql/types/time_type_spec.rb %%WWWDIR%%/spec/helpers/application_helper_spec.rb %%WWWDIR%%/spec/helpers/auth_helper_spec.rb %%WWWDIR%%/spec/helpers/auto_devops_helper_spec.rb @@ -10786,6 +10893,7 @@ %%WWWDIR%%/spec/helpers/boards_helper_spec.rb %%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb %%WWWDIR%%/spec/helpers/button_helper_spec.rb +%%WWWDIR%%/spec/helpers/calendar_helper_spec.rb %%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb %%WWWDIR%%/spec/helpers/commits_helper_spec.rb %%WWWDIR%%/spec/helpers/components_helper_spec.rb @@ -10840,14 +10948,13 @@ %%WWWDIR%%/spec/helpers/wiki_helper_spec.rb %%WWWDIR%%/spec/initializers/6_validations_spec.rb %%WWWDIR%%/spec/initializers/8_metrics_spec.rb -%%WWWDIR%%/spec/initializers/artifacts_direct_upload_support_spec.rb +%%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb %%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb -%%WWWDIR%%/spec/initializers/grape_route_helpers_fix_spec.rb %%WWWDIR%%/spec/initializers/secret_token_spec.rb %%WWWDIR%%/spec/initializers/settings_spec.rb %%WWWDIR%%/spec/initializers/trusted_proxies_spec.rb -%%WWWDIR%%/spec/javascripts/.eslintrc +%%WWWDIR%%/spec/javascripts/.eslintrc.yml %%WWWDIR%%/spec/javascripts/activities_spec.js %%WWWDIR%%/spec/javascripts/ajax_loading_spinner_spec.js %%WWWDIR%%/spec/javascripts/api_spec.js @@ -11049,18 +11156,28 @@ %%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/stage_button_spec.js %%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/success_message_spec.js %%WWWDIR%%/spec/javascripts/ide/components/commit_sidebar/unstage_button_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/external_link_spec.js %%WWWDIR%%/spec/javascripts/ide/components/file_finder/index_spec.js %%WWWDIR%%/spec/javascripts/ide/components/file_finder/item_spec.js -%%WWWDIR%%/spec/javascripts/ide/components/ide_file_buttons_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_review_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_side_bar_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_status_bar_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_tree_list_spec.js %%WWWDIR%%/spec/javascripts/ide/components/ide_tree_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/detail/description_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/detail/scroll_button_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/detail_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/item_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/list_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/jobs/stage_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/merge_requests/dropdown_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/merge_requests/item_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/merge_requests/list_spec.js %%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/index_spec.js %%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/modal_spec.js %%WWWDIR%%/spec/javascripts/ide/components/new_dropdown/upload_spec.js +%%WWWDIR%%/spec/javascripts/ide/components/pipelines/list_spec.js %%WWWDIR%%/spec/javascripts/ide/components/repo_commit_section_spec.js %%WWWDIR%%/spec/javascripts/ide/components/repo_editor_spec.js %%WWWDIR%%/spec/javascripts/ide/components/repo_file_spec.js @@ -11077,7 +11194,6 @@ %%WWWDIR%%/spec/javascripts/ide/lib/editor_options_spec.js %%WWWDIR%%/spec/javascripts/ide/lib/editor_spec.js %%WWWDIR%%/spec/javascripts/ide/mock_data.js -%%WWWDIR%%/spec/javascripts/ide/monaco_loader_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/actions/file_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/actions/merge_request_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/actions/project_spec.js @@ -11087,6 +11203,11 @@ %%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/actions_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/getters_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/modules/commit/mutations_spec.js +%%WWWDIR%%/spec/javascripts/ide/stores/modules/merge_requests/actions_spec.js +%%WWWDIR%%/spec/javascripts/ide/stores/modules/merge_requests/mutations_spec.js +%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/actions_spec.js +%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/getters_spec.js +%%WWWDIR%%/spec/javascripts/ide/stores/modules/pipelines/mutations_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/mutations/branch_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/mutations/file_spec.js %%WWWDIR%%/spec/javascripts/ide/stores/mutations/merge_request_spec.js @@ -11138,12 +11259,14 @@ %%WWWDIR%%/spec/javascripts/lib/utils/datefix_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/dom_utils_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/image_utility_spec.js +%%WWWDIR%%/spec/javascripts/lib/utils/mock_data.js %%WWWDIR%%/spec/javascripts/lib/utils/number_utility_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/poll_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/sticky_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/text_markdown_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/text_utility_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/tick_formats_spec.js +%%WWWDIR%%/spec/javascripts/lib/utils/url_utility_spec.js %%WWWDIR%%/spec/javascripts/lib/utils/users_cache_spec.js %%WWWDIR%%/spec/javascripts/line_highlighter_spec.js %%WWWDIR%%/spec/javascripts/locale/index_spec.js @@ -11193,6 +11316,7 @@ %%WWWDIR%%/spec/javascripts/notes/helpers.js %%WWWDIR%%/spec/javascripts/notes/mock_data.js %%WWWDIR%%/spec/javascripts/notes/stores/actions_spec.js +%%WWWDIR%%/spec/javascripts/notes/stores/collapse_utils_spec.js %%WWWDIR%%/spec/javascripts/notes/stores/getters_spec.js %%WWWDIR%%/spec/javascripts/notes/stores/mutation_spec.js %%WWWDIR%%/spec/javascripts/notes_spec.js @@ -11211,7 +11335,6 @@ %%WWWDIR%%/spec/javascripts/performance_bar/components/performance_bar_app_spec.js %%WWWDIR%%/spec/javascripts/performance_bar/components/request_selector_spec.js %%WWWDIR%%/spec/javascripts/performance_bar/components/simple_metric_spec.js -%%WWWDIR%%/spec/javascripts/pipelines/async_button_spec.js %%WWWDIR%%/spec/javascripts/pipelines/blank_state_spec.js %%WWWDIR%%/spec/javascripts/pipelines/empty_state_spec.js %%WWWDIR%%/spec/javascripts/pipelines/graph/action_component_spec.js @@ -11240,6 +11363,14 @@ %%WWWDIR%%/spec/javascripts/profile/account/components/delete_account_modal_spec.js %%WWWDIR%%/spec/javascripts/profile/account/components/update_username_spec.js %%WWWDIR%%/spec/javascripts/project_select_combo_button_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/components/gke_machine_type_dropdown_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/components/gke_project_id_dropdown_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/components/gke_zone_dropdown_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/helpers.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/mock_data.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/stores/actions_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/stores/getters_spec.js +%%WWWDIR%%/spec/javascripts/projects/gke_cluster_dropdowns/stores/mutations_spec.js %%WWWDIR%%/spec/javascripts/projects/project_import_gitlab_project_spec.js %%WWWDIR%%/spec/javascripts/projects/project_new_spec.js %%WWWDIR%%/spec/javascripts/projects_dropdown/components/app_spec.js @@ -11301,7 +11432,6 @@ %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_author_time_spec.js %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_header_spec.js -%%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_maintainer_edit_spec.js %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_memory_usage_spec.js %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_merge_help_spec.js %%WWWDIR%%/spec/javascripts/vue_mr_widget/components/mr_widget_pipeline_spec.js @@ -11337,6 +11467,10 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/commit_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/content_viewer/content_viewer_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/deprecated_modal_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_button_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_hidden_input_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/dropdown_search_input_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/dropdown/mock_data.js %%WWWDIR%%/spec/javascripts/vue_shared/components/expand_button_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/file_icon_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/gl_modal_spec.js @@ -11365,7 +11499,6 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_create_label_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_footer_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_header_spec.js -%%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_hidden_input_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_title_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/sidebar/labels_select/dropdown_value_collapsed_spec.js @@ -11375,6 +11508,8 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/skeleton_loading_container_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/stacked_progress_bar_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/table_pagination_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/tabs/tab_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/tabs/tabs_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/time_ago_tooltip_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/toggle_button_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_image_spec.js @@ -11505,6 +11640,7 @@ %%WWWDIR%%/spec/lib/gitlab/auth/user_auth_finders_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb +%%WWWDIR%%/spec/lib/gitlab/background_migration/archive_legacy_traces_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/create_fork_network_memberships_range_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/delete_conflicting_redirect_routes_range_spec.rb @@ -11605,13 +11741,16 @@ %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/validate/repository_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/duration_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/equals_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/matches_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/null_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/pattern_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/string_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexeme/variable_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/lexer_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/parser_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/statement_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/expression/token_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/pipeline/preloader_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/seed/build_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/seed/stage_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/status/build/action_spec.rb @@ -11749,6 +11888,7 @@ %%WWWDIR%%/spec/lib/gitlab/etag_caching/router_spec.rb %%WWWDIR%%/spec/lib/gitlab/exclusive_lease_spec.rb %%WWWDIR%%/spec/lib/gitlab/fake_application_settings_spec.rb +%%WWWDIR%%/spec/lib/gitlab/favicon_spec.rb %%WWWDIR%%/spec/lib/gitlab/file_detector_spec.rb %%WWWDIR%%/spec/lib/gitlab/file_finder_spec.rb %%WWWDIR%%/spec/lib/gitlab/fogbugz_import/client_spec.rb @@ -11808,6 +11948,7 @@ %%WWWDIR%%/spec/lib/gitlab/gitaly_client/ref_service_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/remote_service_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/repository_service_spec.rb +%%WWWDIR%%/spec/lib/gitlab/gitaly_client/storage_settings_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/util_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client/wiki_service_spec.rb %%WWWDIR%%/spec/lib/gitlab/gitaly_client_spec.rb @@ -11821,6 +11962,8 @@ %%WWWDIR%%/spec/lib/gitlab/github_import/importer/issues_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/importer/label_links_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/importer/labels_importer_spec.rb +%%WWWDIR%%/spec/lib/gitlab/github_import/importer/lfs_object_importer_spec.rb +%%WWWDIR%%/spec/lib/gitlab/github_import/importer/lfs_objects_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/importer/note_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/github_import/importer/notes_importer_spec.rb @@ -11856,8 +11999,10 @@ %%WWWDIR%%/spec/lib/gitlab/gpg/commit_spec.rb %%WWWDIR%%/spec/lib/gitlab/gpg/invalid_gpg_signature_updater_spec.rb %%WWWDIR%%/spec/lib/gitlab/gpg_spec.rb +%%WWWDIR%%/spec/lib/gitlab/grape_logging/loggers/queue_duration_logger_spec.rb %%WWWDIR%%/spec/lib/gitlab/graphs/commits_spec.rb %%WWWDIR%%/spec/lib/gitlab/group_hierarchy_spec.rb +%%WWWDIR%%/spec/lib/gitlab/hashed_storage/migrator_spec.rb %%WWWDIR%%/spec/lib/gitlab/health_checks/db_check_spec.rb %%WWWDIR%%/spec/lib/gitlab/health_checks/fs_shards_check_spec.rb %%WWWDIR%%/spec/lib/gitlab/health_checks/gitaly_check_spec.rb @@ -11947,6 +12092,7 @@ %%WWWDIR%%/spec/lib/gitlab/metrics/method_call_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/methods_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/metric_spec.rb +%%WWWDIR%%/spec/lib/gitlab/metrics/prometheus_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/rack_middleware_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/requests_rack_middleware_spec.rb %%WWWDIR%%/spec/lib/gitlab/metrics/samplers/influx_sampler_spec.rb @@ -12089,6 +12235,7 @@ %%WWWDIR%%/spec/lib/gitlab/view/presenter/factory_spec.rb %%WWWDIR%%/spec/lib/gitlab/view/presenter/simple_spec.rb %%WWWDIR%%/spec/lib/gitlab/visibility_level_spec.rb +%%WWWDIR%%/spec/lib/gitlab/wiki_file_finder_spec.rb %%WWWDIR%%/spec/lib/gitlab/workhorse_spec.rb %%WWWDIR%%/spec/lib/gitlab_spec.rb %%WWWDIR%%/spec/lib/google_api/auth_spec.rb @@ -12102,6 +12249,7 @@ %%WWWDIR%%/spec/lib/microsoft_teams/activity_spec.rb %%WWWDIR%%/spec/lib/microsoft_teams/notifier_spec.rb %%WWWDIR%%/spec/lib/milestone_array_spec.rb +%%WWWDIR%%/spec/lib/object_storage/direct_upload_spec.rb %%WWWDIR%%/spec/lib/omni_auth/strategies/jwt_spec.rb %%WWWDIR%%/spec/lib/rspec_flaky/config_spec.rb %%WWWDIR%%/spec/lib/rspec_flaky/example_spec.rb @@ -12134,8 +12282,10 @@ %%WWWDIR%%/spec/migrations/add_head_pipeline_for_each_merge_request_spec.rb %%WWWDIR%%/spec/migrations/add_not_null_constraint_to_project_mirror_data_foreign_key_spec.rb %%WWWDIR%%/spec/migrations/add_pipeline_build_foreign_key_spec.rb +%%WWWDIR%%/spec/migrations/add_unique_constraint_to_project_features_project_id_spec.rb %%WWWDIR%%/spec/migrations/assure_commits_count_for_merge_request_diff_spec.rb %%WWWDIR%%/spec/migrations/calculate_conv_dev_index_percentages_spec.rb +%%WWWDIR%%/spec/migrations/change_default_value_for_dsa_key_restriction_spec.rb %%WWWDIR%%/spec/migrations/clean_appearance_symlinks_spec.rb %%WWWDIR%%/spec/migrations/clean_stage_id_reference_migration_spec.rb %%WWWDIR%%/spec/migrations/clean_stages_statuses_migration_spec.rb @@ -12149,6 +12299,7 @@ %%WWWDIR%%/spec/migrations/create_missing_namespace_for_internal_users_spec.rb %%WWWDIR%%/spec/migrations/delete_conflicting_redirect_routes_spec.rb %%WWWDIR%%/spec/migrations/enqueue_verify_pages_domain_workers_spec.rb +%%WWWDIR%%/spec/migrations/fill_file_store_spec.rb %%WWWDIR%%/spec/migrations/fix_wrongly_renamed_routes_spec.rb %%WWWDIR%%/spec/migrations/issues_moved_to_id_foreign_key_spec.rb %%WWWDIR%%/spec/migrations/migrate_build_stage_reference_again_spec.rb @@ -12157,10 +12308,12 @@ %%WWWDIR%%/spec/migrations/migrate_import_attributes_data_from_projects_to_project_mirror_data_spec.rb %%WWWDIR%%/spec/migrations/migrate_issues_to_ghost_user_spec.rb %%WWWDIR%%/spec/migrations/migrate_kubernetes_service_to_new_clusters_architectures_spec.rb +%%WWWDIR%%/spec/migrations/migrate_object_storage_upload_sidekiq_queue_spec.rb %%WWWDIR%%/spec/migrations/migrate_old_artifacts_spec.rb %%WWWDIR%%/spec/migrations/migrate_pipeline_sidekiq_queues_spec.rb %%WWWDIR%%/spec/migrations/migrate_pipeline_stages_spec.rb %%WWWDIR%%/spec/migrations/migrate_process_commit_worker_jobs_spec.rb +%%WWWDIR%%/spec/migrations/migrate_remaining_mr_metrics_populating_background_migration_spec.rb %%WWWDIR%%/spec/migrations/migrate_stage_id_reference_in_background_spec.rb %%WWWDIR%%/spec/migrations/migrate_stages_statuses_spec.rb %%WWWDIR%%/spec/migrations/migrate_update_head_pipeline_for_merge_request_sidekiq_queue_spec.rb @@ -12193,6 +12346,7 @@ %%WWWDIR%%/spec/migrations/schedule_populate_merge_request_metrics_with_events_data_spec.rb %%WWWDIR%%/spec/migrations/schedule_set_confidential_note_events_on_webhooks_spec.rb %%WWWDIR%%/spec/migrations/schedule_stages_index_migration_spec.rb +%%WWWDIR%%/spec/migrations/schedule_to_archive_legacy_traces_spec.rb %%WWWDIR%%/spec/migrations/track_untracked_uploads_spec.rb %%WWWDIR%%/spec/migrations/turn_nested_groups_into_regular_groups_for_mysql_spec.rb %%WWWDIR%%/spec/migrations/update_legacy_diff_notes_type_for_import_spec.rb @@ -12247,6 +12401,7 @@ %%WWWDIR%%/spec/models/ci/variable_spec.rb %%WWWDIR%%/spec/models/clusters/applications/helm_spec.rb %%WWWDIR%%/spec/models/clusters/applications/ingress_spec.rb +%%WWWDIR%%/spec/models/clusters/applications/jupyter_spec.rb %%WWWDIR%%/spec/models/clusters/applications/prometheus_spec.rb %%WWWDIR%%/spec/models/clusters/applications/runner_spec.rb %%WWWDIR%%/spec/models/clusters/cluster_spec.rb @@ -12261,8 +12416,10 @@ %%WWWDIR%%/spec/models/concerns/access_requestable_spec.rb %%WWWDIR%%/spec/models/concerns/avatarable_spec.rb %%WWWDIR%%/spec/models/concerns/awardable_spec.rb +%%WWWDIR%%/spec/models/concerns/batch_destroy_dependent_associations_spec.rb %%WWWDIR%%/spec/models/concerns/blocks_json_serialization_spec.rb %%WWWDIR%%/spec/models/concerns/cache_markdown_field_spec.rb +%%WWWDIR%%/spec/models/concerns/cacheable_attributes_spec.rb %%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb %%WWWDIR%%/spec/models/concerns/chronic_duration_attribute_spec.rb %%WWWDIR%%/spec/models/concerns/deployment_platform_spec.rb @@ -12294,6 +12451,7 @@ %%WWWDIR%%/spec/models/concerns/resolvable_note_spec.rb %%WWWDIR%%/spec/models/concerns/routable_spec.rb %%WWWDIR%%/spec/models/concerns/sha_attribute_spec.rb +%%WWWDIR%%/spec/models/concerns/sortable_spec.rb %%WWWDIR%%/spec/models/concerns/spammable_spec.rb %%WWWDIR%%/spec/models/concerns/strip_attribute_spec.rb %%WWWDIR%%/spec/models/concerns/subscribable_spec.rb @@ -12368,6 +12526,7 @@ %%WWWDIR%%/spec/models/milestone_spec.rb %%WWWDIR%%/spec/models/namespace_spec.rb %%WWWDIR%%/spec/models/network/graph_spec.rb +%%WWWDIR%%/spec/models/note_diff_file_spec.rb %%WWWDIR%%/spec/models/note_spec.rb %%WWWDIR%%/spec/models/notification_recipient_spec.rb %%WWWDIR%%/spec/models/notification_setting_spec.rb @@ -12493,6 +12652,7 @@ %%WWWDIR%%/spec/rake_helper.rb %%WWWDIR%%/spec/requests/api/access_requests_spec.rb %%WWWDIR%%/spec/requests/api/applications_spec.rb +%%WWWDIR%%/spec/requests/api/avatar_spec.rb %%WWWDIR%%/spec/requests/api/award_emoji_spec.rb %%WWWDIR%%/spec/requests/api/badges_spec.rb %%WWWDIR%%/spec/requests/api/boards_spec.rb @@ -12509,6 +12669,8 @@ %%WWWDIR%%/spec/requests/api/events_spec.rb %%WWWDIR%%/spec/requests/api/features_spec.rb %%WWWDIR%%/spec/requests/api/files_spec.rb +%%WWWDIR%%/spec/requests/api/graphql/merge_request_query_spec.rb +%%WWWDIR%%/spec/requests/api/graphql/project_query_spec.rb %%WWWDIR%%/spec/requests/api/group_boards_spec.rb %%WWWDIR%%/spec/requests/api/group_milestones_spec.rb %%WWWDIR%%/spec/requests/api/group_variables_spec.rb @@ -12520,6 +12682,7 @@ %%WWWDIR%%/spec/requests/api/keys_spec.rb %%WWWDIR%%/spec/requests/api/labels_spec.rb %%WWWDIR%%/spec/requests/api/lint_spec.rb +%%WWWDIR%%/spec/requests/api/markdown_spec.rb %%WWWDIR%%/spec/requests/api/members_spec.rb %%WWWDIR%%/spec/requests/api/merge_request_diffs_spec.rb %%WWWDIR%%/spec/requests/api/merge_requests_spec.rb @@ -12552,39 +12715,6 @@ %%WWWDIR%%/spec/requests/api/todos_spec.rb %%WWWDIR%%/spec/requests/api/triggers_spec.rb %%WWWDIR%%/spec/requests/api/users_spec.rb -%%WWWDIR%%/spec/requests/api/v3/award_emoji_spec.rb -%%WWWDIR%%/spec/requests/api/v3/boards_spec.rb -%%WWWDIR%%/spec/requests/api/v3/branches_spec.rb -%%WWWDIR%%/spec/requests/api/v3/broadcast_messages_spec.rb -%%WWWDIR%%/spec/requests/api/v3/builds_spec.rb -%%WWWDIR%%/spec/requests/api/v3/commits_spec.rb -%%WWWDIR%%/spec/requests/api/v3/deploy_keys_spec.rb -%%WWWDIR%%/spec/requests/api/v3/deployments_spec.rb -%%WWWDIR%%/spec/requests/api/v3/environments_spec.rb -%%WWWDIR%%/spec/requests/api/v3/files_spec.rb -%%WWWDIR%%/spec/requests/api/v3/groups_spec.rb -%%WWWDIR%%/spec/requests/api/v3/issues_spec.rb -%%WWWDIR%%/spec/requests/api/v3/labels_spec.rb -%%WWWDIR%%/spec/requests/api/v3/members_spec.rb -%%WWWDIR%%/spec/requests/api/v3/merge_request_diffs_spec.rb -%%WWWDIR%%/spec/requests/api/v3/merge_requests_spec.rb -%%WWWDIR%%/spec/requests/api/v3/milestones_spec.rb -%%WWWDIR%%/spec/requests/api/v3/notes_spec.rb -%%WWWDIR%%/spec/requests/api/v3/pipelines_spec.rb -%%WWWDIR%%/spec/requests/api/v3/project_hooks_spec.rb -%%WWWDIR%%/spec/requests/api/v3/project_snippets_spec.rb -%%WWWDIR%%/spec/requests/api/v3/projects_spec.rb -%%WWWDIR%%/spec/requests/api/v3/repositories_spec.rb -%%WWWDIR%%/spec/requests/api/v3/runners_spec.rb -%%WWWDIR%%/spec/requests/api/v3/services_spec.rb -%%WWWDIR%%/spec/requests/api/v3/settings_spec.rb -%%WWWDIR%%/spec/requests/api/v3/snippets_spec.rb -%%WWWDIR%%/spec/requests/api/v3/system_hooks_spec.rb -%%WWWDIR%%/spec/requests/api/v3/tags_spec.rb -%%WWWDIR%%/spec/requests/api/v3/templates_spec.rb -%%WWWDIR%%/spec/requests/api/v3/todos_spec.rb -%%WWWDIR%%/spec/requests/api/v3/triggers_spec.rb -%%WWWDIR%%/spec/requests/api/v3/users_spec.rb %%WWWDIR%%/spec/requests/api/variables_spec.rb %%WWWDIR%%/spec/requests/api/version_spec.rb %%WWWDIR%%/spec/requests/api/wikis_spec.rb @@ -12597,6 +12727,7 @@ %%WWWDIR%%/spec/requests/rack_attack_global_spec.rb %%WWWDIR%%/spec/requests/request_profiler_spec.rb %%WWWDIR%%/spec/routing/admin_routing_spec.rb +%%WWWDIR%%/spec/routing/api_routing_spec.rb %%WWWDIR%%/spec/routing/environments_spec.rb %%WWWDIR%%/spec/routing/group_routing_spec.rb %%WWWDIR%%/spec/routing/import_routing_spec.rb @@ -12693,7 +12824,6 @@ %%WWWDIR%%/spec/services/boards/lists/move_service_spec.rb %%WWWDIR%%/spec/services/chat_names/authorize_user_service_spec.rb %%WWWDIR%%/spec/services/chat_names/find_user_service_spec.rb -%%WWWDIR%%/spec/services/check_gcp_project_billing_service_spec.rb %%WWWDIR%%/spec/services/ci/create_pipeline_service_spec.rb %%WWWDIR%%/spec/services/ci/ensure_stage_service_spec.rb %%WWWDIR%%/spec/services/ci/extract_sections_from_build_trace_service_spec.rb @@ -12761,6 +12891,7 @@ %%WWWDIR%%/spec/services/issues/resolve_discussions_spec.rb %%WWWDIR%%/spec/services/issues/update_service_spec.rb %%WWWDIR%%/spec/services/keys/create_service_spec.rb +%%WWWDIR%%/spec/services/keys/destroy_service_spec.rb %%WWWDIR%%/spec/services/keys/last_used_service_spec.rb %%WWWDIR%%/spec/services/labels/create_service_spec.rb %%WWWDIR%%/spec/services/labels/find_or_create_service_spec.rb @@ -12794,6 +12925,7 @@ %%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/resolved_discussion_notification_service_spec.rb +%%WWWDIR%%/spec/services/merge_requests/squash_service_spec.rb %%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb %%WWWDIR%%/spec/services/milestones/close_service_spec.rb %%WWWDIR%%/spec/services/milestones/create_service_spec.rb @@ -12808,8 +12940,8 @@ %%WWWDIR%%/spec/services/notes/render_service_spec.rb %%WWWDIR%%/spec/services/notes/resolve_service_spec.rb %%WWWDIR%%/spec/services/notes/update_service_spec.rb +%%WWWDIR%%/spec/services/notification_recipient_service_spec.rb %%WWWDIR%%/spec/services/notification_service_spec.rb -%%WWWDIR%%/spec/services/pages_service_spec.rb %%WWWDIR%%/spec/services/preview_markdown_service_spec.rb %%WWWDIR%%/spec/services/projects/after_import_service_spec.rb %%WWWDIR%%/spec/services/projects/autocomplete_service_spec.rb @@ -12830,6 +12962,10 @@ %%WWWDIR%%/spec/services/projects/housekeeping_service_spec.rb %%WWWDIR%%/spec/services/projects/import_export/export_service_spec.rb %%WWWDIR%%/spec/services/projects/import_service_spec.rb +%%WWWDIR%%/spec/services/projects/lfs_pointers/lfs_download_link_list_service_spec.rb +%%WWWDIR%%/spec/services/projects/lfs_pointers/lfs_download_service_spec.rb +%%WWWDIR%%/spec/services/projects/lfs_pointers/lfs_import_service_spec.rb +%%WWWDIR%%/spec/services/projects/lfs_pointers/lfs_link_service_spec.rb %%WWWDIR%%/spec/services/projects/move_access_service_spec.rb %%WWWDIR%%/spec/services/projects/move_deploy_keys_projects_service_spec.rb %%WWWDIR%%/spec/services/projects/move_forks_service_spec.rb @@ -12906,7 +13042,6 @@ %%WWWDIR%%/spec/support/api/schema_matcher.rb %%WWWDIR%%/spec/support/api/scopes/read_user_shared_examples.rb %%WWWDIR%%/spec/support/api/time_tracking_shared_examples.rb -%%WWWDIR%%/spec/support/api/v3/time_tracking_shared_examples.rb %%WWWDIR%%/spec/support/banzai/reference_filter_shared_examples.rb %%WWWDIR%%/spec/support/batch_loader.rb %%WWWDIR%%/spec/support/capybara.rb @@ -12944,10 +13079,10 @@ %%WWWDIR%%/spec/support/gitlab_stubs/project_8.json %%WWWDIR%%/spec/support/gitlab_stubs/project_8_hooks.json %%WWWDIR%%/spec/support/gitlab_stubs/projects.json -%%WWWDIR%%/spec/support/gitlab_stubs/session.json %%WWWDIR%%/spec/support/gitlab_stubs/user.json %%WWWDIR%%/spec/support/google_api/cloud_platform_helpers.rb %%WWWDIR%%/spec/support/helpers/api_helpers.rb +%%WWWDIR%%/spec/support/helpers/assets_helpers.rb %%WWWDIR%%/spec/support/helpers/bare_repo_operations.rb %%WWWDIR%%/spec/support/helpers/board_helpers.rb %%WWWDIR%%/spec/support/helpers/capybara_helpers.rb @@ -12972,6 +13107,7 @@ %%WWWDIR%%/spec/support/helpers/git_http_helpers.rb %%WWWDIR%%/spec/support/helpers/gitlab_verify_helpers.rb %%WWWDIR%%/spec/support/helpers/gpg_helpers.rb +%%WWWDIR%%/spec/support/helpers/graphql_helpers.rb %%WWWDIR%%/spec/support/helpers/import_spec_helper.rb %%WWWDIR%%/spec/support/helpers/input_helper.rb %%WWWDIR%%/spec/support/helpers/inspect_requests.rb @@ -12999,6 +13135,7 @@ %%WWWDIR%%/spec/support/helpers/redis_without_keys.rb %%WWWDIR%%/spec/support/helpers/reference_parser_helpers.rb %%WWWDIR%%/spec/support/helpers/repo_helpers.rb +%%WWWDIR%%/spec/support/helpers/routes_helpers.rb %%WWWDIR%%/spec/support/helpers/search_helpers.rb %%WWWDIR%%/spec/support/helpers/seed_helper.rb %%WWWDIR%%/spec/support/helpers/seed_repo.rb @@ -13032,11 +13169,11 @@ %%WWWDIR%%/spec/support/matchers/be_url.rb %%WWWDIR%%/spec/support/matchers/be_utf8.rb %%WWWDIR%%/spec/support/matchers/be_valid_commit.rb -%%WWWDIR%%/spec/support/matchers/email_matchers.rb %%WWWDIR%%/spec/support/matchers/exceed_query_limit.rb %%WWWDIR%%/spec/support/matchers/execute_check.rb %%WWWDIR%%/spec/support/matchers/gitaly_matchers.rb %%WWWDIR%%/spec/support/matchers/gitlab_git_matchers.rb +%%WWWDIR%%/spec/support/matchers/graphql_matchers.rb %%WWWDIR%%/spec/support/matchers/have_emoji.rb %%WWWDIR%%/spec/support/matchers/have_gitlab_http_status.rb %%WWWDIR%%/spec/support/matchers/have_issuable_counts.rb @@ -13061,6 +13198,7 @@ %%WWWDIR%%/spec/support/redis/redis_shared_examples.rb %%WWWDIR%%/spec/support/rspec.rb %%WWWDIR%%/spec/support/seed.rb +%%WWWDIR%%/spec/support/services/clusters/create_service_shared.rb %%WWWDIR%%/spec/support/services/issuable_create_service_slash_commands_shared_examples.rb %%WWWDIR%%/spec/support/services/issuable_update_service_shared_examples.rb %%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb @@ -13084,6 +13222,7 @@ %%WWWDIR%%/spec/support/shared_examples/features/project_features_apply_to_issuables_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/features/protected_branches_access_control_ce.rb %%WWWDIR%%/spec/support/shared_examples/features/search_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/file_finder.rb %%WWWDIR%%/spec/support/shared_examples/gitlab_verify.rb %%WWWDIR%%/spec/support/shared_examples/group_members_shared_example.rb %%WWWDIR%%/spec/support/shared_examples/helm_generated_script.rb @@ -13101,6 +13240,7 @@ %%WWWDIR%%/spec/support/shared_examples/models/issuable_hook_data_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/models/members_notifications_shared_example.rb %%WWWDIR%%/spec/support/shared_examples/models/project_hook_data_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/models/with_uploads_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/notify_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/position_formatters.rb %%WWWDIR%%/spec/support/shared_examples/reference_parser_shared_examples.rb @@ -13108,9 +13248,11 @@ %%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb +%%WWWDIR%%/spec/support/shared_examples/requests/api/merge_requests_list.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/notes.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/resolvable_discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/requests/graphql_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/serializers/note_entity_examples.rb %%WWWDIR%%/spec/support/shared_examples/services/boards/boards_create_service.rb %%WWWDIR%%/spec/support/shared_examples/services/boards/boards_list_service.rb @@ -13130,8 +13272,10 @@ %%WWWDIR%%/spec/support/shared_examples/updating_mentions_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/uploaders/gitlab_uploader_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/uploaders/object_storage_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/url_validator_examples.rb %%WWWDIR%%/spec/support/sidekiq.rb %%WWWDIR%%/spec/support/stored_repositories.rb +%%WWWDIR%%/spec/support/trace/trace_helpers.rb %%WWWDIR%%/spec/support/unpack-gitlab-git-test %%WWWDIR%%/spec/support/webmock.rb %%WWWDIR%%/spec/tasks/cache/clear/redis_spec.rb @@ -13175,7 +13319,7 @@ %%WWWDIR%%/spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb %%WWWDIR%%/spec/validators/namespace_path_validator_spec.rb %%WWWDIR%%/spec/validators/project_path_validator_spec.rb -%%WWWDIR%%/spec/validators/url_placeholder_validator_spec.rb +%%WWWDIR%%/spec/validators/public_url_validator_spec.rb %%WWWDIR%%/spec/validators/url_validator_spec.rb %%WWWDIR%%/spec/validators/variable_duplicates_validator_spec.rb %%WWWDIR%%/spec/views/admin/dashboard/index.html.haml_spec.rb @@ -13183,6 +13327,7 @@ %%WWWDIR%%/spec/views/dashboard/projects/_blank_state_admin_welcome.haml.rb %%WWWDIR%%/spec/views/dashboard/projects/_nav.html.haml.rb %%WWWDIR%%/spec/views/devise/shared/_signin_box.html.haml_spec.rb +%%WWWDIR%%/spec/views/errors/access_denied.html.haml_spec.rb %%WWWDIR%%/spec/views/events/event/_push.html.haml_spec.rb %%WWWDIR%%/spec/views/groups/edit.html.haml_spec.rb %%WWWDIR%%/spec/views/help/index.html.haml_spec.rb @@ -13236,7 +13381,7 @@ %%WWWDIR%%/spec/workers/build_hooks_worker_spec.rb %%WWWDIR%%/spec/workers/build_success_worker_spec.rb %%WWWDIR%%/spec/workers/build_trace_sections_worker_spec.rb -%%WWWDIR%%/spec/workers/check_gcp_project_billing_worker_spec.rb +%%WWWDIR%%/spec/workers/ci/archive_traces_cron_worker_spec.rb %%WWWDIR%%/spec/workers/cluster_provision_worker_spec.rb %%WWWDIR%%/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb %%WWWDIR%%/spec/workers/concerns/application_worker_spec.rb @@ -13253,6 +13398,7 @@ %%WWWDIR%%/spec/workers/concerns/repository_check_queue_spec.rb %%WWWDIR%%/spec/workers/concerns/waitable_worker_spec.rb %%WWWDIR%%/spec/workers/create_gpg_signature_worker_spec.rb +%%WWWDIR%%/spec/workers/create_note_diff_file_worker_spec.rb %%WWWDIR%%/spec/workers/create_pipeline_worker_spec.rb %%WWWDIR%%/spec/workers/delete_merged_branches_worker_spec.rb %%WWWDIR%%/spec/workers/delete_user_worker_spec.rb @@ -13273,6 +13419,7 @@ %%WWWDIR%%/spec/workers/gitlab/github_import/stage/finish_import_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_base_data_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_issues_and_diff_notes_worker_spec.rb +%%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_lfs_objects_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_notes_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_pull_requests_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab/github_import/stage/import_repository_worker_spec.rb @@ -13355,7 +13502,6 @@ %%WWWDIR%%/vendor/Dockerfile/Python2.Dockerfile %%WWWDIR%%/vendor/Dockerfile/Ruby-alpine.Dockerfile %%WWWDIR%%/vendor/Dockerfile/Ruby.Dockerfile -%%WWWDIR%%/vendor/assets/javascripts/Sortable.js %%WWWDIR%%/vendor/assets/javascripts/date.format.js %%WWWDIR%%/vendor/assets/javascripts/jasmine-jquery.js %%WWWDIR%%/vendor/assets/javascripts/jquery.atwho.js @@ -13422,11 +13568,9 @@ %%WWWDIR%%/vendor/gitlab-ci-yml/Scala.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Swift.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/Terraform.gitlab-ci.yml -%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes-with-canary.gitlab-ci.yml -%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/Kubernetes.gitlab-ci.yml -%%WWWDIR%%/vendor/gitlab-ci-yml/autodeploy/OpenShift.gitlab-ci.yml %%WWWDIR%%/vendor/gitlab-ci-yml/dotNET.gitlab-ci.yml %%WWWDIR%%/vendor/ingress/values.yaml +%%WWWDIR%%/vendor/jupyter/values.yaml %%WWWDIR%%/vendor/licenses.csv %%WWWDIR%%/vendor/project_templates/express.tar.gz %%WWWDIR%%/vendor/project_templates/rails.tar.gz Index: www/gitlab-workhorse/Makefile =================================================================== --- www/gitlab-workhorse/Makefile +++ www/gitlab-workhorse/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: head/www/gitlab-workhorse/Makefile 472979 2018-06-21 15:37:06Z mfechner $ PORTNAME= gitlab-workhorse -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.1 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 5ee4b0a9cc7652b65b4cab17d8b280902a8b019d +GL_COMMIT= 446895592041200b2e0f16c207ef9d1812d9e7fd PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Index: www/gitlab-workhorse/distinfo =================================================================== --- www/gitlab-workhorse/distinfo +++ www/gitlab-workhorse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529406466 -SHA256 (gitlab-org-gitlab-workhorse-5ee4b0a9cc7652b65b4cab17d8b280902a8b019d_GL0.tar.gz) = 711743cda32a7774fdf24fcb2cc13f28f3f36ba19ea2acd3a6880e1ec4674501 -SIZE (gitlab-org-gitlab-workhorse-5ee4b0a9cc7652b65b4cab17d8b280902a8b019d_GL0.tar.gz) = 1756280 +TIMESTAMP = 1530372136 +SHA256 (gitlab-org-gitlab-workhorse-446895592041200b2e0f16c207ef9d1812d9e7fd_GL0.tar.gz) = 23ec8c4880954faef84b5da38cf30667cf3c2566c8cc1899e74e435f51193907 +SIZE (gitlab-org-gitlab-workhorse-446895592041200b2e0f16c207ef9d1812d9e7fd_GL0.tar.gz) = 1764081 Index: www/gitlab/distinfo =================================================================== --- www/gitlab/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529946907 -SHA256 (gitlabhq-gitlabhq-v10.8.5_GH0.tar.gz) = 3ed384557531485ae79f6549c6e8738ee8b0ee859f729b617bf4a58b3cec0006 -SIZE (gitlabhq-gitlabhq-v10.8.5_GH0.tar.gz) = 48454668 Index: www/gitlab/files/patch-app_uploaders_object__storage.rb =================================================================== --- www/gitlab/files/patch-app_uploaders_object__storage.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- app/uploaders/object_storage.rb.orig 2018-05-31 10:45:20 UTC -+++ app/uploaders/object_storage.rb -@@ -11,7 +11,7 @@ module ObjectStorage - ObjectStorageUnavailable = Class.new(StandardError) - - DIRECT_UPLOAD_TIMEOUT = 4.hours -- TMP_UPLOAD_PATH = 'tmp/upload'.freeze -+ TMP_UPLOAD_PATH = 'tmp/uploads'.freeze - - module Store - LOCAL = 1