summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Screenshot link fixqa-review-knapsack-reports-testingDesiree Chevalier2019-07-153-3/+18
|
* Code review changesDesiree Chevalier2019-07-152-4/+4
|
* Failure screenshot testDesiree Chevalier2019-07-152-7/+1
|
* Update artifact pathsDesiree Chevalier2019-07-151-0/+2
|
* Remove test failureDesiree Chevalier2019-07-151-1/+1
|
* Fix combined report header colorsDesiree Chevalier2019-07-151-0/+34
|
* Switch html to htm for report filesDesiree Chevalier2019-07-151-3/+3
|
* Parallel logs failure testDesiree Chevalier2019-07-152-2/+7
|
* Add nokogiri for scriptDesiree Chevalier2019-07-151-1/+3
|
* Add script to collate parallel test reports correctlyDesiree Chevalier2019-07-152-2/+40
|
* XML and HTML testDesiree Chevalier2019-07-151-5/+5
|
* Format log fileDesiree Chevalier2019-07-151-1/+1
|
* Add junit reportDesiree Chevalier2019-07-151-0/+2
|
* Clean up and switch to log fileDesiree Chevalier2019-07-151-14/+4
|
* Switch json to xmlDesiree Chevalier2019-07-151-3/+3
|
* Artifact file path searchDesiree Chevalier2019-07-151-1/+4
|
* Concat files and rebaseDesiree Chevalier2019-07-151-4/+4
|
* Update artifact path testsDesiree Chevalier2019-07-151-2/+8
|
* Artifact path testsDesiree Chevalier2019-07-151-2/+3
|
* Auto run parallel jobs for testingDesiree Chevalier2019-07-151-1/+1
|
* Collate parallel reports testDesiree Chevalier2019-07-151-1/+23
|
* Create report artifactsDesiree Chevalier2019-07-153-1/+5
|
* Merge branch 'pl-incident-issue-alert-payload-docs' into 'master'Achilleas Pipinellis2019-07-151-1/+11
|\ | | | | | | | | Add docs on how alert attributes are used See merge request gitlab-org/gitlab-ce!30736
| * Add docs on how alert attributes are usedPeter Leitzen2019-07-151-1/+11
|/
* Merge branch 'docs/fix-product-tier-badges' into 'master'Marcia Ramos2019-07-156-7/+7
|\ | | | | | | | | Convert more product badges to round brackets See merge request gitlab-org/gitlab-ce!30719
| * Convert more product badges to round bracketsEvan Read2019-07-156-7/+7
|/
* Merge branch 'add-geo-database-ugprade-docs' into 'master'Achilleas Pipinellis2019-07-151-0/+10
|\ | | | | | | | | Add note to GEO documentation about database upgrade See merge request gitlab-org/gitlab-ce!30647
| * Add note to GEO documentation about database upgradeIan Baum2019-07-151-0/+10
|/ | | | | * Point to the omnibus documentation for how to upgrade the cluster * Document how to disable the upgrade procedure
* Merge branch 'caneldem-dependency-scanning-docs' into 'master'Achilleas Pipinellis2019-07-151-0/+1
|\ | | | | | | | | Update dependency scanning to add new variable See merge request gitlab-org/gitlab-ce!30528
| * Update dependency scanning to add new variableCan Eldem2019-07-151-0/+1
|/
* Merge branch 'ce-mw-onboarding-popover-width' into 'master'Tim Zallmann2019-07-151-0/+1
|\ | | | | | | | | (CE Port) Set max width for onboarding popover See merge request gitlab-org/gitlab-ce!30619
| * (CE Port) Set max width for onboarding popoverMartin Wortschack2019-07-151-0/+1
|/
* Merge branch '63694-tls-opts-for-helm-wait' into 'master'Sean McGivern2019-07-154-23/+30
|\ | | | | | | | | | | | | GitLab Managed App ensure helm version uses tls opts Closes #63694 See merge request gitlab-org/gitlab-ce!30654
| * GitLab Managed App ensure helm version uses tls opts63694-tls-opts-for-helm-waitDylan Griffith2019-07-154-23/+30
| | | | | | | | | | | | | | | | | | The TLS opts were missing from helm version command which meant that it was just perpetually failing and hence wasting 30s of time waiting for a command to be successful that was never going to be successful. This never actually caused any errors because this loop will happily just fail 30 times without breaking the overall script but it was just a waste of installation time so now installing apps should be ~30s faster.
* | Merge branch 'mh/boards-filter-bar' into 'master'Phil Hughes2019-07-154-29/+38
|\ \ | | | | | | | | | | | | | | | | | | Display boards filter bar on mobile Closes #45864 See merge request gitlab-org/gitlab-ce!30120
| * | Display boards filter bar on mobileMartin Hanzel2019-07-154-29/+38
|/ /
* | Merge branch 'pages-refactor-ssl-documentation' into 'master'Achilleas Pipinellis2019-07-1529-338/+456
|\ \ | | | | | | | | | | | | | | | | | | Docs: Pages - refactor "Custom domain / SSL" documentation Closes #47585, #60612, #44606, and #63753 See merge request gitlab-org/gitlab-ce!30363
| * | Move document to new location, split in 3Marcia Ramos2019-07-1529-338/+456
|/ / | | | | | | | | - Move steps to new doc - Move all concepts to different docs
* | Merge branch 'rs-namespace-feature' into 'master'Sean McGivern2019-07-151-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Add Namespace#feature_available no-op Closes #60908 See merge request gitlab-org/gitlab-ce!30641
| * | Add Namespace#feature_available no-oprs-namespace-featureRobert Speicher2019-07-121-0/+5
| | | | | | | | | | | | | | | | | | This gets overridden in `EE::Namespace` and allows us to do things like always treat Epics as "disabled" in Core using the same checks we'd use elsewhere.
* | | Merge branch '64499-add-size-96-to-avatar-sizes-in-avatar-scss' into 'master'Kushal Pandya2019-07-151-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add size 96 to avatar sizes in avatar.scss" Closes #64499 See merge request gitlab-org/gitlab-ce!30671
| * | | Add size 96 to avatar sizes in avatar.scss64499-add-size-96-to-avatar-sizes-in-avatar-scssAmmar Alakkad2019-07-121-0/+5
| | | |
* | | | Merge branch 'docs/gb/serverless-function-dockerfile-runtime' into 'master'Evan Read2019-07-151-13/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a note about implicit Dockerfile serverless runtime See merge request gitlab-org/gitlab-ce!30672
| * | | | Add a note about implicit Dockerfile serverless runtimeGrzegorz Bizon2019-07-151-13/+22
|/ / / /
* | | | Merge branch 'expand-acronym' into 'master'Achilleas Pipinellis2019-07-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | expand (CD) acronym See merge request gitlab-org/gitlab-ce!30646
| * | | | expand (CD) acronymmokha2019-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Do not use acronyms when you can avoid it as you can't assume people > know what you are talking about. Example: instead of MR, write merge > request. - https://about.gitlab.com/handbook/communication/#writing-style-guidelines
* | | | | Merge branch 'patch-46' into 'master'Evan Read2019-07-151-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add example of ENV variables for image and services. See merge request gitlab-org/gitlab-ce!27320
| * | | | | Fixed wrong placement of "variables:" statement in yml file.Thad Guidry2019-07-151-0/+36
|/ / / / / | | | | | | | | | | | | | | | Verified snippet works with 11.10.1
* | | | | Merge branch 'issue/55953-docs' into 'master'Achilleas Pipinellis2019-07-1552-274/+273
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename "discussions" to "threads" in docs See merge request gitlab-org/gitlab-ce!30037
| * | | | | Rename "discussions" to "threads" in docsMichel Engelen2019-07-1552-274/+273
|/ / / / /