Commit graph

75 commits

Author SHA1 Message Date
Tim Rizzi c45a9ca14a Deprecation notice for Dependency Proxy feature flag 2021-11-10 19:40:09 +00:00
Tim Rizzi b2e3f998cd Deprecation notice for Versions on base PackageType 2021-11-10 18:58:24 +00:00
Marcia Ramos ba24e2d15b Link handbook from deprecation template 2021-11-10 12:38:46 +00:00
Suzanne Selhorn ad59e3ff2a Docs: Updated runner API deprecation notice
Added announced date and changed style from quotes
to code
2021-11-09 18:36:35 -08:00
Suzanne Selhorn 157b3c689a Fixed yaml file name and regenerated deprecations doc 2021-11-09 21:42:56 +00:00
Darren Eastman 5aa5c71fe9 Verify runner s3 authenticationtype deprecation 2021-11-09 21:02:14 +00:00
Darren Eastman 8ecdc14d22 Verify Runner disable_strict_host_key_checking deprecation 2021-11-09 20:50:23 +00:00
Suzanne Selhorn 64efc0c402 Added comment to clarify that none of the items are used in the docs 2021-11-08 23:24:21 +00:00
Miguel Rincon 7c5173b634 Runner status won't return "paused"
This change removes a data duplication in the GraphQL API by removing
the `PAUSED` status as a possible result of the Ci::Runner `status`

The same change is announced for the REST API for "status", and "paused"
will be removed in the next major release.

In both cases, when checking if a runner is "paused", API users are
advised to check the boolean attribute "active" to be `false` instead.

Changelog: changed
2021-11-04 10:17:03 +01:00
Marcel Amirault b1c5f4c050 Update the deprecation review process 2021-10-27 22:21:27 +00:00
Michael Karampalas 30fa075cc3 Create 14.4 What's New entry 2021-10-22 16:21:28 +00:00
Marcel Amirault 3c430aa294 Update deprecations with legal disclaimer 2021-10-11 15:00:23 +09:00
Farnoosh Seifoddini c07d2c9cff Merge branch 'schwartz-example-deprecation-yml-get-clear-want-22-date' into 'master'
Get more clear to always use 22

See merge request gitlab-org/gitlab!71793
2021-10-07 22:14:58 +00:00
Nicole Schwartz 6406edd5bf Get more clear to always use 22 2021-10-07 22:14:57 +00:00
Nicole Schwartz e1b21bd568 Fix deprecation announcement date 2021-10-07 15:25:16 +00:00
Marcel Amirault 30ec97da4a Stop linting with vale on deprecations doc
We need to allow absolute links in the initial
MVC for this doc. We can't disable only the relativelinks
rule because it's a 'raw' rule, so we have to disable
vale completely.
2021-09-23 19:33:15 +09:00
Anoop Dawar 33a0a34aa4 Top 7 Highlight items for 14.3 2021-09-22 16:59:50 +00:00
David O'Regan 2d66b72cc3 Remove dep duplicate file 2021-09-21 09:59:34 +00:00
Kati Paizee 0e5b91cb9d Updated deprecations file and fix links 2021-09-21 08:45:34 +00:00
David O'Regan 7fb79dba81 Merge branch 'schwartz-release-post-14-3-deprecation-backport-nfs' into 'master'
Backport old deprecation nfs

See merge request gitlab-org/gitlab!70657
2021-09-20 15:57:46 +00:00
Nicole Schwartz 0aa3839f21 backport old deps nfs 2021-09-20 15:53:47 +00:00
Nicole Schwartz 648c37a3f9 Backport deprecation cli 2021-09-20 15:51:20 +00:00
Marcel Amirault 905e65001e Merge branch 'distribution-deps' into 'master'
Update announcement_date for "Rename Task Runner pod to Toolbox"

See merge request gitlab-org/gitlab!70672
2021-09-20 13:51:47 +00:00
David O'Regan 99ab296f14 Update announcement_date for "Rename Task Runner pod to Toolbox" 2021-09-20 13:51:38 +00:00
Nicole Schwartz 3b38f8b321 Backport Deprecation task runner 2021-09-20 12:47:15 +00:00
David O'Regan e014e33447 Add announcement date to release post body 2021-09-17 02:57:32 +00:00
Nicole Schwartz d6f39f0e2d Make date rewuired 2021-09-16 18:56:57 +00:00
Marcel Amirault 24fcf74224 Update deprecation yamls and generate doc 2021-09-16 09:25:10 +09:00
Viktor Nagy (GitLab) 483d7445ce Added serverless deprecation 2021-09-16 09:09:02 +09:00
Orit Golowinski 38b46d7af3 Deprecate omniauth-kerberos_gem 2021-09-15 23:41:32 +00:00
Fabian Zimmer 6f9940125d Added database conf syntax deprecation 2021-09-15 16:52:41 +00:00
Achilleas Pipinellis b9a715c2dc Merge branch 'dorrino-master-patch-09113' into 'master'
Distribution deprecations file 14.3

See merge request gitlab-org/gitlab!70298
2021-09-15 16:38:36 +00:00
Dan Jensen 4667e707f7 Add deprecation entry for repository push events 2021-09-14 19:06:13 +00:00
Lin Jen-Shin e4b30512a7 Merge branch 'djensen-fix-whitespace-bug-in-deprecation-template' into 'master'
Fix whitespace bug in deprecation template

See merge request gitlab-org/gitlab!70220
2021-09-14 16:57:06 +00:00
Dilan Orrino a771fac5f8 Add new file 2021-09-14 14:56:43 +00:00
Sam White cb5d086c46 Remove confusing body text 2021-09-13 21:46:26 +00:00
Dan Jensen 52efcbe598 Fix whitespace bug in deprecation template
This fixes a bug in the template for the deprecation documentation
which caused extra blank lines to appear. Those extra blank lines
caused linting job failures, so this removes them.
2021-09-13 14:50:23 -05:00
Sam White c8995924e5 Make announcement milestone a required field for deprecations 2021-09-12 22:48:55 +00:00
Marcel Amirault 9489b9139d Fix compilation of deprecations doc, and test it in CI 2021-09-06 03:37:04 +00:00
Sam White 2a3e40bd59 Add deprecations page in docs
This update adds a new deprecation page
that is auto generated from yaml files
via a new Rake job
2021-08-31 15:27:52 +00:00
Anoop Dawar a30584b386 Create 14.2 In-app top 7 product highlights 2021-08-23 15:24:46 +00:00
Michael Karampalas f277842119 Create 14.1 What's new entry 2021-07-22 19:44:31 +00:00
Marcel Amirault d7679d32ad Change links to docs from readme to index 2021-07-22 05:34:07 +00:00
Marcel Amirault ea23d58201 Update links to CI readme
Some CI readmes are renamed to index, so
update links in the code to point to that.
2021-06-28 13:48:46 +09:00
Michael Karampalas acce621f5b Create 14.0 What's New entry 2021-06-22 22:22:14 +00:00
Michael Karampalas bd44e4ca69 Create 13.12 What's New entry 2021-05-24 14:43:46 +00:00
Jay b8510d8edb Remove legacy storage key from notification check 2021-04-22 16:33:41 +00:00
Amy Qualls ee4f53b7d9 Update capitalization of "merge request"
Fixing lots of random instances of "merge request" where it was
miscapitalized. The "M" should only be capitalized at the beginning
of a sentence or slug, and the "R" should never be capitalized.
2021-04-12 13:35:41 -07:00
Michael Karampalas 562c88a9a5 Remove admin mode entry 2021-03-22 17:35:09 +00:00
Michael Karampalas e4108b2f6e Create 13.10 What's New entry 2021-03-22 13:43:13 +00:00