summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Check for element before evaluate_scriptEric Eastwood2017-10-2115-20/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
| * | | | | | | Merge branch 'master-i18n' into 'master'Douwe Maan2017-10-2115-1147/+8176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Crowdin translations See merge request gitlab-org/gitlab-ee!3030
| * | | | | | | Update Prometheus gem to fix problems with other files overwriting current filePawel Chojnacki2017-10-212-3/+3
| | | | | | | |
| * | | | | | | Prevent ApplicationSetting to cache nil valueKamil Trzcinski2017-10-213-1/+24
| | | | | | | |
| * | | | | | | Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-217-309/+269
| | | | | | | |
| * | | | | | | Add docs for `api_json.log` fileStan Hu2017-10-211-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Fix broken function invocationFilipa Lacerda2017-10-212-2/+2
| | | | | | | |
| * | | | | | | Fix inability to delete container registry tagsStan Hu2017-10-212-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because container registry tags can have periods, the addition of the `.json` format caused ambiguity. Since the tag name regex is greedy, it would attempt to locate an image named `foo.json` instead of `foo`. Closes #39260
| * | | | | | | Document converting `+` to `%2B` in an API query parameterStan Hu2017-10-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Renders 404 in commits controller if no commits are foundGuilherme Vieira2017-10-214-3/+37
| | | | | | | |
| * | | | | | | Avoind unnecesary `force_encoding` operationsAlejandro Rodríguez2017-10-212-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They're costly. This will also avoid some edge cases where charlock_holmes assigns a weird encoding to a perfectly valid UTF-8 string.
| * | | | | | | Add members flyout on collapsed sidebarAnnabel Dunstone Gray2017-10-211-0/+5
| | | | | | | |
| * | | | | | | Update GraphQL licensing situation in the docsNick Thomas2017-10-212-1/+17
| | | | | | | |
| * | | | | | | Improve the build-package and .review-docs jobsRémy Coutable2017-10-211-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Reduce Spinach parallelization to 4 nodes and increase RSpec's to 26 nodesRémy Coutable2017-10-211-63/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Improve the .tests-metadata-state definition a bitRémy Coutable2017-10-211-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specsRémy Coutable2017-10-214-5/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Stub ENV in the LDAP task spec fileRémy Coutable2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Stub ENV in the Gitaly task spec fileRémy Coutable2017-10-211-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Stub ENV in the backup task spec fileRémy Coutable2017-10-213-188/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Animate auto devops graphicClement Ho2017-10-213-2/+18
| | | | | | | |
| * | | | | | | Use wiki.disk_pathNick Thomas2017-10-214-4/+4
| | | | | | | |
| * | | | | | | Updates google.md to match current version.Werner Beroux2017-10-211-19/+0
| | | | | | | |
| * | | | | | | Remove empty lines. [CI skip]Marin Jankovski2017-10-211-2/+0
| | | | | | | |
| * | | | | | | update nav sidebar hover color to increase contrasttauriedavis2017-10-211-3/+3
| | | | | | | |
| * | | | | | | Change location of the maintenance policy document. Add version support ↵Marin Jankovski2017-10-212-33/+84
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | information. [CI skip]
* | | | | | | Merge branch '39189-online-view-of-html-artifacts-is-broken' into 'master'27375-dashboardcontroller-activity-json-is-slow-due-to-sqlGrzegorz Bizon2017-10-213-10/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Online view of HTML artifacts is broken?" Closes #39189 See merge request gitlab-org/gitlab-ce!14977
| * | | | | | | Fix the external URLs generated for online view of HTML artifactsNick Thomas2017-10-203-10/+19
| | | | | | | |
* | | | | | | | Merge branch 'docs/ci-disposable-environment' into 'master'Achilleas Pipinellis2017-10-211-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` See merge request gitlab-org/gitlab-ce!14781
| * | | | | | | Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT`Alessio Caiazza2017-10-211-0/+2
|/ / / / / / /
* | | | | | | Merge branch 'multi-file-editor-submodules' into 'master'Filipa Lacerda2017-10-208-5/+75
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added submodule support in multi-file editor See merge request gitlab-org/gitlab-ce!14971
| * | | | | | | Added submodule support in multi-file editorPhil Hughes2017-10-208-5/+75
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'use-title' into 'master'Filipa Lacerda2017-10-204-7/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use title as placeholder instead of issue title for reusability Closes gitlab-ee#3781 See merge request gitlab-org/gitlab-ce!14927
| * | | | | | | Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-204-7/+12
|/ / / / / / /
* | | | | | | Merge branch 'fix-application-setting-nil-cache' into 'master'Winnie Hellmann2017-10-204-2/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent ApplicationSetting to cache nil value Closes #39275 See merge request gitlab-org/gitlab-ce!14952
| * | | | | | | Fix failure in current_settings_spec.rbfix-application-setting-nil-cacheWinnie Hellmann2017-10-201-1/+1
| | | | | | | |
| * | | | | | | Prevent ApplicationSetting to cache nil valueKamil Trzcinski2017-10-193-1/+24
| | | | | | | |
* | | | | | | | Merge branch 'feature/reliable-rspec-with-eval-script' into 'master'Rémy Coutable2017-10-2015-20/+39
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for element before execute_script See merge request gitlab-org/gitlab-ce!14898
| * | | | | | | | Check for element before evaluate_scriptEric Eastwood2017-10-1915-20/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* | | | | | | | | Merge branch 'fix-system-hook-docs' into 'master'Sean McGivern2017-10-202-0/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify system hook docs See merge request gitlab-org/gitlab-ce!14957
| * | | | | | | | | Clarify the difference between project_update and project_renameJoe Marty2017-10-202-0/+7
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'maintenance_policy' into 'master'Achilleas Pipinellis2017-10-202-33/+82
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change location of the maintenance policy document See merge request gitlab-org/gitlab-ce!14813
| * | | | | | | | | Remove empty lines. [CI skip]maintenance_policyMarin Jankovski2017-10-121-2/+0
| | | | | | | | | |
| * | | | | | | | | Change location of the maintenance policy document. Add version support ↵Marin Jankovski2017-10-112-33/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information. [CI skip]
* | | | | | | | | | Merge branch 'tc-page-title-encoding-fix' into 'master'Winnie Hellmann2017-10-203-2/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URI decode Page-Title header to preserve UTF-8 characters Closes #39179 See merge request gitlab-org/gitlab-ce!14929
| * | | | | | | | | | URI decode Page-Title header to preserve UTF-8 charactersToon Claes2017-10-203-2/+16
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'gitaly-version-v0.49.0' into 'master'Rémy Coutable2017-10-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Gitaly version to v0.49.0 See merge request gitlab-org/gitlab-ce!14943
| * | | | | | | | | | Update Gitaly version to v0.49.0Andrew Newdigate2017-10-201-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch '31358_decrease_perceived_complexity_threshold_step3' into 'master'Rémy Coutable2017-10-203-9/+27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decrease Perceived Complexity threshold to 14 See merge request gitlab-org/gitlab-ce!14231
| * | | | | | | | | | Decrease Perceived Complexity threshold to 14Maxim Rydkin2017-10-203-9/+27
|/ / / / / / / / / /