Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate user namespace before saving so that errors persist on modeldm-user-namespace-route-path-validation | Douwe Maan | 2018-02-06 | 6 | -16/+36 |
| | |||||
* | Merge branch 'zj-protobuf' into 'master' | Marin Jankovski | 2018-02-06 | 4 | -2/+10 |
|\ | | | | | | | | | Downgrade google-protobuf See merge request gitlab-org/gitlab-ce!16941 | ||||
| * | Downgrade google-protobuf | Zeger-Jan van de Weg | 2018-02-06 | 4 | -2/+10 |
|/ | |||||
* | Merge branch '42669-allow-order_by-users-in-gitlab-api' into 'master' | Douwe Maan | 2018-02-06 | 4 | -1/+46 |
|\ | | | | | | | | | | | | | Add sorting options for /users API Closes #42669 See merge request gitlab-org/gitlab-ce!16945 | ||||
| * | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-api | Dmitriy Zaporozhets | 2018-02-06 | 4 | -1/+46 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'jej/upload-file-tracks-lfs' into 'master' | Sean McGivern | 2018-02-06 | 7 | -1/+203 |
|\ \ | | | | | | | | | | | | | | | | | | | File upload UI obeys LFS filter Closes #29876 See merge request gitlab-org/gitlab-ce!16412 | ||||
| * | | File upload UI obeys LFS filters | James Edwards-Jones | 2018-02-06 | 7 | -1/+203 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses Lfs::FileModificationHandler to coordinate LFS detection, creation of LfsObject, etc Caveats: 1. This isn't used by the multi-file editor / Web IDE 2. This isn't used on rename. We'd need to be able to download LFS files and add them to the commit if they no longer match so not as simple. 3. We only check the root .gitattributes file, so this should be improved to correctly check for nested .gitattributes files in subfolders. | ||||
* | | | Merge branch 'winh-kubernetes-clusters' into 'master' | Phil Hughes | 2018-02-06 | 38 | -192/+262 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778 | ||||
| * | | | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clusters | Winnie Hellmann | 2018-02-06 | 38 | -192/+262 |
| | | | | |||||
* | | | | Merge branch 'bump-workhorse' into 'master' | Nick Thomas | 2018-02-06 | 4 | -1/+35 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Upgrade GitLab Workhorse to v3.6.0 See merge request gitlab-org/gitlab-ce!16946 | ||||
| * | | | | Upgrade GitLab Workhorse to v3.6.0 | Kamil Trzciński | 2018-02-06 | 4 | -1/+35 |
| | | | | | |||||
* | | | | | Merge branch '14256-upload-destroy-removes-file' into 'master' | Sean McGivern | 2018-02-06 | 5 | -0/+54 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uploads should delete files when destroyed Closes #14256 See merge request gitlab-org/gitlab-ce!16799 | ||||
| * | | | | | improvements from feedback14256-upload-destroy-removes-file | Micaël Bergeron | 2018-02-06 | 3 | -2/+14 |
| | | | | | | |||||
| * | | | | | [ci-skip] add changelog | Micaël Bergeron | 2018-02-06 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | remove file after `Upload#destroy` | Micaël Bergeron | 2018-02-06 | 3 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it will also automatically prune empty directories for `FileUploader`-based uploaders. | ||||
* | | | | | | Merge branch ↵ | Tim Zallmann | 2018-02-06 | 6 | -4/+35 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '42693-add-a-link-to-documentation-on-how-to-get-external-ip-in-the-kubernetes-cluster-details-page' into 'master' Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page" Closes #42693 See merge request gitlab-org/gitlab-ce!16937 | ||||
| * | | | | | | Resolve "Add a link to documentation on how to get external ip in the ↵ | Fabio Busatto | 2018-02-06 | 6 | -4/+35 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Kubernetes cluster details page" | ||||
* | | | | | | Merge branch 'feature/sm/artifacts-trace' into 'master' | Kamil Trzciński | 2018-02-06 | 28 | -61/+1556 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Trace as artifacts (FileStorage only) Closes gitlab-ee#4180 See merge request gitlab-org/gitlab-ce!16702 | ||||
| * | | | | | Reorder async/sync tasks in BuildFinishedWorker to read traces efficientlyfeature/sm/artifacts-trace | Shinya Maeda | 2018-02-06 | 2 | -12/+11 |
| | | | | | | |||||
| * | | | | | Fix tests for Drop filename enforcement | Shinya Maeda | 2018-02-06 | 2 | -17/+1 |
| | | | | | | |||||
| * | | | | | Revert using expand_fixture_path in factory | Shinya Maeda | 2018-02-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Revert "Add FixtureHelpers for FactoryGirl" | Shinya Maeda | 2018-02-06 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3603e7c3a2cfd88e8441c5d76303645776349117. | ||||
| * | | | | | Refactor :trace to :trace_live in spec | Shinya Maeda | 2018-02-06 | 8 | -25/+25 |
| | | | | | | |||||
| * | | | | | Make all workers in BuildFinishedWorker to run async and reorder | Shinya Maeda | 2018-02-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Drop filename enforcement | Shinya Maeda | 2018-02-06 | 1 | -6/+0 |
| | | | | | | |||||
| * | | | | | Add FixtureHelpers for FactoryGirl | Shinya Maeda | 2018-02-06 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | GB catches: CreateTraceArtifactService project, user pass | Shinya Maeda | 2018-02-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Alessio catches: Test fix | Shinya Maeda | 2018-02-06 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | Backport sample_trace in fixtures | Shinya Maeda | 2018-02-06 | 1 | -16/+1183 |
| | | | | | | |||||
| * | | | | | Remove unnecessary changes for job features spec | Shinya Maeda | 2018-02-06 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Finish all tests | Shinya Maeda | 2018-02-06 | 5 | -28/+82 |
| | | | | | | |||||
| * | | | | | update doc | Shinya Maeda | 2018-02-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fix create_trace_artifact_worker_spec.rb | Shinya Maeda | 2018-02-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add changelog | Shinya Maeda | 2018-02-06 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Fix retry_build_service_spec.rb with trace_artifact trait | Shinya Maeda | 2018-02-06 | 2 | -1/+7 |
| | | | | | | |||||
| * | | | | | Add essential tests | Shinya Maeda | 2018-02-06 | 9 | -1/+241 |
| | | | | | | |||||
| * | | | | | Fix inital test failures | Shinya Maeda | 2018-02-06 | 2 | -5/+8 |
| | | | | | | |||||
| * | | | | | Add worker queue | Shinya Maeda | 2018-02-06 | 3 | -2/+3 |
| | | | | | | |||||
| * | | | | | Rename CreateArtifactsTraceService to CreateTraceArtifactService | Shinya Maeda | 2018-02-06 | 6 | -33/+25 |
| | | | | | | |||||
| * | | | | | Revert live-trace path | Shinya Maeda | 2018-02-06 | 1 | -24/+12 |
| | | | | | | |||||
| * | | | | | Add CreateArtifactsTraceWorker | Shinya Maeda | 2018-02-06 | 6 | -21/+35 |
| | | | | | | |||||
| * | | | | | Expose current_path | Shinya Maeda | 2018-02-06 | 2 | -9/+11 |
| | | | | | | |||||
| * | | | | | Check existance of the file when trace_artifact is read | Shinya Maeda | 2018-02-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Move default_path to legacy_default_path. Switch to the new path for live-trace | Shinya Maeda | 2018-02-06 | 1 | -10/+28 |
| | | | | | | |||||
| * | | | | | JobArtifactUploader#open raise execption if its not Filestorage | Shinya Maeda | 2018-02-06 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Inlcude the size of trace artifacts | Shinya Maeda | 2018-02-06 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Remove unnecessary changes | Shinya Maeda | 2018-02-06 | 1 | -6/+10 |
| | | | | | | |||||
| * | | | | | Trace as artifacts | Shinya Maeda | 2018-02-06 | 5 | -10/+33 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'fix/show-sidebar-sub-level-items-for-billing' into 'master' | Sean McGivern | 2018-02-06 | 3 | -1/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Override group sidebar links See merge request gitlab-org/gitlab-ce!16942 | ||||
| * | | | | | Override group sidebar links | George Tsiolis | 2018-02-06 | 3 | -1/+10 |
| | | | | | |