Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | readme refactoringqa-smoke-tests | ddavison | 2018-08-09 | 1 | -6/+6 |
| | |||||
* | inline disablement of rubocop focus method | ddavison | 2018-08-01 | 1 | -3/+1 |
| | |||||
* | add rubocop ignore for reserved `focus` | ddavison | 2018-07-26 | 1 | -0/+2 |
| | |||||
* | s/should call/calls | ddavison | 2018-07-26 | 2 | -9/+7 |
| | | | | | | removing runs smoke tests example fixing spec to check smoke tegs fixing pathing | ||||
* | use `#` markdown header style | ddavison | 2018-07-25 | 7 | -34/+23 |
| | | | | | move Smoke tests under E2E testing remove Taggable class (extract into Template) | ||||
* | fix pathing discrepancy between local and ci ran tests. | ddavison | 2018-07-23 | 2 | -5/+4 |
| | | | | use subject | ||||
* | fix pathing discrepancy between local and ci ran tests. | ddavison | 2018-07-23 | 2 | -3/+3 |
| | | | | use `smoke_test.tags` vs `focus` (focus is rspec specific keyword) | ||||
* | extract #perform() from tests to template.rb | ddavison | 2018-07-23 | 6 | -50/+23 |
| | | | | fixing paths after changes | ||||
* | add basic user login smoke test | ddavison | 2018-07-18 | 11 | -11/+76 |
| | | | | | refactor :skip to :orchestrated fixing merge_request smoke test | ||||
* | move instance tests into Instance module | ddavison | 2018-07-18 | 8 | -51/+78 |
| | | | | | add return link in readme only limit to skip if at least one tag is defined within the test | ||||
* | dont tag all tests as all tests should implicitly be run unless otherwise | ddavison | 2018-07-18 | 26 | -27/+49 |
| | | | | | | excluded. refactor; add run_all_when_everything_filtered flag on rspec runner | ||||
* | s/core/feature - feature tests are much more descriptive than "core"; | ddavison | 2018-07-18 | 19 | -42/+19 |
| | | | | | refactor; extend Smoke from Feature | ||||
* | add initial smoke tests and documentation | ddavison | 2018-07-18 | 7 | -3/+60 |
| | |||||
* | Merge branch 'leipert-proper-icon-validator' into 'master' | Mike Greiling | 2018-07-18 | 22 | -61/+123 |
|\ | | | | | | | | | | | | | Proper icon validator Closes #49236 See merge request gitlab-org/gitlab-ce!20620 | ||||
| * | Proper icon validator | Lukas Eipert | 2018-07-18 | 22 | -61/+123 |
|/ | |||||
* | Merge branch 'toggle-password-cluster' into 'master' | Annabel Gray | 2018-07-18 | 4 | -1/+27 |
|\ | | | | | | | | | | | | | Toggle Show / Hide Button for Kubernetes Password Closes #49193 See merge request gitlab-org/gitlab-ce!20659 | ||||
| * | Toggle Show / Hide Button for Kubernetes Password | gfyoung | 2018-07-18 | 4 | -1/+27 |
| | | | | | | | | Closes #49193. | ||||
* | | Merge branch '41784-monitoring-graph-popovers' into 'master' | Clement Ho | 2018-07-18 | 3 | -8/+40 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Fix arrow for popovers on monitoring graph" Closes #41784 See merge request gitlab-org/gitlab-ce!20655 | ||||
| * | | Resolve "Fix arrow for popovers on monitoring graph" | Annabel Gray | 2018-07-18 | 3 | -8/+40 |
|/ / | |||||
* | | Merge branch '_acet-fix-expanding-context-lines' into 'master' | Tim Zallmann | 2018-07-18 | 4 | -4/+5 |
|\ \ | |/ |/| | | | | | | | | | Fix rendering context lines on MR diffs Closes #49242 and #49343 See merge request gitlab-org/gitlab-ce!20642 | ||||
| * | Add CHANGELOG._acet-fix-expanding-context-lines | Fatih Acet | 2018-07-17 | 1 | -0/+5 |
| | | |||||
| * | Remove v-once from diff lines components. | Fatih Acet | 2018-07-17 | 3 | -4/+0 |
| | | |||||
* | | Merge branch '49324-add-support-for-tar-gz-autodevops-charts' into 'master' | Kamil Trzciński | 2018-07-18 | 2 | -0/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Add support for tar.gz AUTO_DEVOPS_CHART charts" Closes #49324 See merge request gitlab-org/gitlab-ce!20691 | ||||
| * | | Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324) | Dylan Griffith | 2018-07-18 | 2 | -0/+6 |
| | | | |||||
* | | | Merge branch '_acet-fix-mr-autosave' into 'master' | Tim Zallmann | 2018-07-18 | 10 | -50/+106 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix autosave issues for MR discussions Closes #48876 and #48877 See merge request gitlab-org/gitlab-ce!20569 | ||||
| * | | | i18n changes on gitlab.pot. | Fatih Acet | 2018-07-18 | 1 | -0/+3 |
| | | | | |||||
| * | | | Revert debounce. | Fatih Acet | 2018-07-18 | 2 | -25/+3 |
| | | | | |||||
| * | | | Fix resetting autosave value after cancel. | Fatih Acet | 2018-07-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | i18n changes for note cancel confirmations. | Fatih Acet | 2018-07-18 | 2 | -2/+7 |
| | | | | |||||
| * | | | Add disposeAutoSave method autosave mixin. | Fatih Acet | 2018-07-18 | 2 | -1/+4 |
| | | | | |||||
| * | | | Debounce Autosave callback. | Fatih Acet | 2018-07-18 | 2 | -10/+28 |
| | | | | |||||
| * | | | Add CHANGELOG. | Fatih Acet | 2018-07-18 | 1 | -0/+5 |
| | | | | |||||
| * | | | Fix failing specs :fingers-crossed: | Fatih Acet | 2018-07-18 | 3 | -14/+46 |
| | | | | |||||
| * | | | Fix autosave in noteable discussion. | Fatih Acet | 2018-07-18 | 2 | -18/+16 |
| | | | | |||||
| * | | | Fix isDirty check of noteable discussion. | Fatih Acet | 2018-07-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add extra key support to autosave mixin. | Fatih Acet | 2018-07-18 | 1 | -4/+10 |
| | | | | |||||
| * | | | Add confirmation modal before cancelling the comment form in diff line note ↵ | Fatih Acet | 2018-07-18 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | form. | ||||
| * | | | Use built-in autosave mixin in diff line note form. | Fatih Acet | 2018-07-18 | 1 | -7/+5 |
| | | | | |||||
| * | | | Add dispose method to autosave mixin. | Fatih Acet | 2018-07-18 | 1 | -0/+4 |
| | | | | |||||
| * | | | Update note form component name. | Fatih Acet | 2018-07-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch ↵ | Sean McGivern | 2018-07-18 | 11 | -14/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '49369-failure-in-qa-specs-features-ee-geo-attachment_replication_spec-rb' into 'master' Resolve "Failure in qa/specs/features/ee/geo/attachment_replication_spec.rb" Closes #49369 See merge request gitlab-org/gitlab-ce!20692 | ||||
| * | | | | Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵ | Rémy Coutable | 2018-07-18 | 11 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'docs-update-chart-docs' into 'master' | Marin Jankovski | 2018-07-18 | 1 | -10/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Point to charts docs for beta limitations of the gitlab chart. See merge request gitlab-org/gitlab-ce!20690 | ||||
| * | | | | | Point to charts docs for beta limitations of the gitlab chart. | Marin Jankovski | 2018-07-18 | 1 | -10/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'jprovazn-fix-diff-note' into 'master' | Sean McGivern | 2018-07-18 | 3 | -1/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix serialization of LegacyDiffNote Closes #49355 See merge request gitlab-org/gitlab-ce!20685 | ||||
| * | | | | | | Fix serialization of LegacyDiffNote | Jan Provaznik | 2018-07-18 | 3 | -1/+7 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'update-card-body-style' into 'master' | Annabel Gray | 2018-07-18 | 5 | -11/+15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove background color from card-body style Closes #49350 See merge request gitlab-org/gitlab-ce!20689 | ||||
| * | | | | | | Remove background color from card-body style | George Tsiolis | 2018-07-18 | 5 | -11/+15 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'jprovazn-fix-filename' into 'master' | Kamil Trzciński | 2018-07-18 | 5 | -18/+86 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix filename for accelerated uploads See merge request gitlab-org/gitlab-ce!20672 | ||||
| * | | | | | | | Fix filename for accelerated uploads | Jan Provaznik | 2018-07-18 | 5 | -18/+86 |
|/ / / / / / / |