Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed default group sort optiongroup-sort-dropdown-blank | Phil Hughes | 2017-10-06 | 3 | -1/+12 |
| | | | | Closes #38808 | ||||
* | Merge branch 'rc/fix-flaky_example' into 'master' | Grzegorz Bizon | 2017-10-06 | 10 | -142/+507 |
|\ | | | | | | | | | Fix flaky examples tracking See merge request gitlab-org/gitlab-ce!14681 | ||||
| * | Add new RSpecFlaky::FlakyExamplesCollection and RSpecFlaky::Config classes | Rémy Coutable | 2017-10-06 | 6 | -36/+250 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Improve the flaky examples detection jobs | Rémy Coutable | 2017-10-04 | 2 | -11/+14 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Ensure RSpecFlaky doesn't automatically update flaky examples | Rémy Coutable | 2017-10-04 | 4 | -120/+268 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, instantiating a RspecFlaky::FlakyExample object would automatically update its first_flaky_at, last_flaky_at and last_flaky_job. That was wrong because we would overwrite every time the suite report with this false data. We now: - Get the suite report and only read from it - Write only the currently detected flaky examples in the report, so that the final report is only updated with flaky examples that were actually detected in each job. Before, job1 could overwrite the legit report from job2! - Write the newly detected flaky examples by rejecting the already tracked flaky specs instead of using another hash. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch '38846-fix-ee_compat_check_for-forks' into 'master' | Sean McGivern | 2017-10-06 | 2 | -4/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix the ee_compat_check task for forks Closes #38846 See merge request gitlab-org/gitlab-ce!14727 | ||||
| * | | Fix the ee_compat_check task for forks | Rémy Coutable | 2017-10-06 | 2 | -4/+7 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch 'workhorse-update' into 'master' | Douwe Maan | 2017-10-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Update required Workhorse version to v3.2.0 See merge request gitlab-org/gitlab-ce!14715 | ||||
| * | | | Update required Workhorse version to v3.2.0workhorse-update | Alejandro Rodríguez | 2017-10-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch '38845-skip-loading-english-frontend-translation-file' into ↵ | Phil Hughes | 2017-10-06 | 2 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Skip loading English Frontend Translation File" Closes #38845 See merge request gitlab-org/gitlab-ce!14722 | ||||
| * | | | Made the insertion of the English Translation File conditional + removed ↵38845-skip-loading-english-frontend-translation-file | Tim Zallmann | 2017-10-06 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | window.translations from the global object to save some memory | ||||
* | | | | Merge branch '38696-fix-project-snippets-breadcrumb-link' into 'master' | Rémy Coutable | 2017-10-06 | 2 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix project snippets breadcrumb link Closes #38696 See merge request gitlab-org/gitlab-ce!14646 | ||||
| * | | | | Fix project snippets breadcrumb link | Mark Fletcher | 2017-10-03 | 2 | -1/+6 |
| | | | | | |||||
* | | | | | Merge branch 'docs/update-ruby-to-2-3-5-in-installation--and-update-guides' ↵ | Sean McGivern | 2017-10-06 | 2 | -3/+359 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update Ruby to 2.3.5 in installation and update guides See merge request gitlab-org/gitlab-ce!14725 | ||||
| * | | | | | Update Ruby to 2.3.5 in installation and update guides | Rémy Coutable | 2017-10-06 | 2 | -3/+359 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master' | Grzegorz Bizon | 2017-10-06 | 19 | -6/+148 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to CE some EE pipelines-related code that belongs to CE Closes gitlab-ee#3616 See merge request gitlab-org/gitlab-ce!14699 | ||||
| * | | | | | Improve pipeline optimistic locking implementationbackstage/gb/move-some-pipelines-code-from-ee-to-ee | Grzegorz Bizon | 2017-10-05 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Remove a redundant empty line in js pipelines specs | Grzegorz Bizon | 2017-10-05 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Fix frotnend pipeline specs for pipeline error badge | Grzegorz Bizon | 2017-10-05 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fix syntax error in forntend pipeline specs | Grzegorz Bizon | 2017-10-05 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Add js test for pipelines component with error badge | Grzegorz Bizon | 2017-10-05 | 1 | -0/+18 |
| | | | | | | |||||
| * | | | | | Make it possible to export pipeline failure reason | Grzegorz Bizon | 2017-10-05 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Add feature specs for pipeline failure reason badge | Grzegorz Bizon | 2017-10-05 | 2 | -0/+11 |
| | | | | | | |||||
| * | | | | | Improve specs for pipeline failure reason presenter | Grzegorz Bizon | 2017-10-05 | 3 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/presenters/ci/pipeline_presenter.rb | ||||
| * | | | | | Expose failure reason in pipeline error badge | Grzegorz Bizon | 2017-10-05 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/serializers/pipeline_entity.rb | ||||
| * | | | | | Set a pipeline failure reason when it has YAML errors | Grzegorz Bizon | 2017-10-05 | 3 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/ci/pipeline.rb | ||||
| * | | | | | Pass pipeline failure reason to a transition event | Grzegorz Bizon | 2017-10-05 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | Move part of pipeline presenter to main CE file | Grzegorz Bizon | 2017-10-05 | 1 | -1/+8 |
| | | | | | | |||||
| * | | | | | Add failure reason enum to CI/CD pipeline model | Grzegorz Bizon | 2017-10-05 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Add failure_reason column to ci_pipelines | Grzegorz Bizon | 2017-10-05 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | | | | | Add a additional scope related to alive CI/CD statuses | Grzegorz Bizon | 2017-10-05 | 2 | -0/+13 |
| | | | | | | |||||
| * | | | | | Implement pipeline seeds size methods | Grzegorz Bizon | 2017-10-05 | 2 | -0/+6 |
| | | | | | | |||||
| * | | | | | Add specs for methods that count pipeline seeds size | Grzegorz Bizon | 2017-10-05 | 2 | -1/+15 |
| | | | | | | |||||
* | | | | | | Merge branch 'fl-fix-ca-time-component' into 'master' | Phil Hughes | 2017-10-06 | 3 | -1/+64 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in cycle analytics breaking time component See merge request gitlab-org/gitlab-ce!14723 | ||||
| * | | | | | | Fix typo in cycle analytics breaking time componentfl-fix-ca-time-component | Filipa Lacerda | 2017-10-06 | 3 | -1/+64 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'fix/update-doorkeeper-openid-connect' into 'master' | Rémy Coutable | 2017-10-06 | 6 | -18/+23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade doorkeeper-openid_connect See merge request gitlab-org/gitlab-ce!14372 | ||||
| * | | | | | | Upgrade doorkeeper-openid_connect | Markus Koller | 2017-09-20 | 6 | -19/+24 |
| | | | | | | | |||||
* | | | | | | | Merge branch '2799-mysql-to-postgresql-docs' into 'master' | Achilleas Pipinellis | 2017-10-06 | 1 | -55/+88 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how to use pgloader Closes gitlab-ee#2799 See merge request gitlab-org/gitlab-ce!13109 | ||||
| * | | | | | | Document how to use pgloader | Lin Jen-Shin (godfat) | 2017-10-06 | 1 | -55/+88 |
|/ / / / / / | |||||
* | | | | | | Merge branch ↵ | Tim Zallmann | 2017-10-06 | 6 | -14/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsistent' into 'master' Resolve "Monitoring graph axes labels are inaccurate and inconsistent" Closes #37105 See merge request gitlab-org/gitlab-ce!14258 | ||||
| * | | | | | | fix linter errors and karma specs37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsistent | Jose Ivan Vargas | 2017-10-05 | 4 | -5/+6 |
| | | | | | | | |||||
| * | | | | | | add CHANGELOG.md entry for !14258 | Mike Greiling | 2017-10-05 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | display x-axis tick marks | Mike Greiling | 2017-10-05 | 1 | -2/+7 |
| | | | | | | | |||||
| * | | | | | | fix x-axis pixel scale to account for transform x-offset | Mike Greiling | 2017-10-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | rename graph_paths.vue consistent with all other sub-components of graph.vue | Mike Greiling | 2017-10-05 | 2 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | fix spelling ("outter" -> "outer") | Mike Greiling | 2017-10-05 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | fix formatting | Mike Greiling | 2017-10-05 | 1 | -4/+6 |
| | | | | | | | |||||
* | | | | | | | Merge branch '38835-protected-branch-selector-not-found-in-test' into 'master' | Clement Ho | 2017-10-06 | 1 | -18/+17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Protected branch selector not found in test" Closes #38835 See merge request gitlab-org/gitlab-ce!14719 | ||||
| * | | | | | | | fix protected_branch spec describe block38835-protected-branch-selector-not-found-in-test | Jose Ivan Vargas | 2017-10-05 | 1 | -18/+17 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch '38389-allow-merge-without-success' into 'master' | Fatih Acet | 2017-10-05 | 7 | -39/+38 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow merge when no pipeline success Closes #38389 See merge request gitlab-org/gitlab-ce!14633 |