Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Filter system notes with public and private cross references | Brett Walker | 2018-10-02 | 2 | -1/+8 | |
| | | | | | ||||||
* | | | | | Merge branch ↵ | Sean McGivern | 2018-10-05 | 1 | -9/+75 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50359-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' Resolve "ActiveRecord::StatementInvalid: PG::QueryCanceled: ERROR: canceling statement due to statement timeout" Closes #50359 See merge request gitlab-org/gitlab-ce!21893 | |||||
| * | | | | | Use a CTE to remove the query timeout | Brett Walker | 2018-10-05 | 1 | -9/+75 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'ce-5987-project-templates-api' into 'master' | Robert Speicher | 2018-10-05 | 5 | -7/+74 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118 | |||||
| * | | | | | Backport project template API to CE | Nick Thomas | 2018-10-05 | 5 | -7/+74 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'scheduled-manual-jobs' into 'master' | Kamil Trzciński | 2018-10-05 | 12 | -7/+157 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delayed jobs Closes #51352 See merge request gitlab-org/gitlab-ce!21767 | |||||
| * \ \ \ \ \ | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-05 | 10 | -13/+102 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-05 | 7 | -7/+16 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add limitation for start_in keyword | Shinya Maeda | 2018-10-04 | 3 | -1/+16 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-04 | 13 | -135/+108 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-03 | 4 | -1/+95 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Rename failure reason to stale_schedule | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add scheduled status | Shinya Maeda | 2018-10-02 | 3 | -1/+23 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add unschedule action to status build | Shinya Maeda | 2018-10-02 | 2 | -0/+42 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix coding style offence | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use correct icon for scheduled jobs in pipeline graph | Winnie Hellmann | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Allow remaining time of scheduled jobs to overflow one day | Winnie Hellmann | 2018-10-02 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix URL to empty state graphic of scheduled jobs | Winnie Hellmann | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix Status::Build::Scheduled. Add spec for the class. | Shinya Maeda | 2018-10-02 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix validation methods in Config::Entry::Job. Added spec for that | Shinya Maeda | 2018-10-02 | 1 | -9/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add schedule_expired to failed status | Shinya Maeda | 2018-10-02 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove Scheduled Status class from pipeline | Shinya Maeda | 2018-10-02 | 3 | -23/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Check the precense of scheduled_at in Status::Build | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix stuck job worker. Fix sidekiq queue namespace | Shinya Maeda | 2018-10-02 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Introduce enqueue_scheduled event | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix spec. Create scheduled status entry for pipeline | Shinya Maeda | 2018-10-02 | 2 | -0/+22 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix rubocop offence | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Update pipelines and stages status as well | Shinya Maeda | 2018-10-02 | 2 | -23/+24 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a new status to ci_builds.status | Shinya Maeda | 2018-10-02 | 3 | -6/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename delayed to scheduled | Shinya Maeda | 2018-10-02 | 3 | -12/+14 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Support new syntax | Shinya Maeda | 2018-10-02 | 4 | -10/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Squashed commit of the following: | Shinya Maeda | 2018-10-02 | 4 | -3/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 9d9594ba20097dc4598f7eb42a9f9d78d73eae54 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 20:18:31 2018 +0900 Cancel scheduled jobs commit f31c7172e07a9eb03b58c1e62eaa18cda4064aa6 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Sep 13 11:18:42 2018 +0900 Add Ci::BuildSchedule commit fb6b3ca638f40f9e1ee38b1fdd892bda4f6fede7 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Sep 12 20:02:50 2018 +0900 Scheduled jobs | |||||
* | | | | | | | | | | | Merge branch 'add-installation-type-backup-information' into 'master' | Douwe Maan | 2018-10-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add installation type to backup information file See merge request gitlab-org/gitlab-ce!22150 | |||||
| * | | | | | | | | | | Add installation type to backup information file | Balasankar "Balu" C | 2018-10-05 | 1 | -0/+1 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch ↵ | Sean McGivern | 2018-10-05 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '5699-enabling-disabling-features-does-not-propagate-correctly-to-geo-secondaries' into 'master' Backport a refactor on the Feature.flipper method to CE See merge request gitlab-org/gitlab-ce!22152 | |||||
| * | | | | | | | | | | Refactor Feature.flipper method | Douglas Barbosa Alexandre | 2018-10-05 | 1 | -1/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'load_project_features' into 'master' | Sean McGivern | 2018-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preload project features in reference parser Closes #43094 See merge request gitlab-org/gitlab-ce!22008 | |||||
| * | | | | | | | | | Preload project features in reference parser | Jan Provaznik | 2018-09-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preloading of project_features mitigates N+1 queries when checking references in other projects. When loading projects for resources referenced in comments it makes sense to include also associated project_features because in the following step (`can_read_reference?(user, projects[node], node)`) project features is used for checking permissions for the given project. | |||||
* | | | | | | | | | | Make GitLab pages support access control | Tuomo Ala-Vannesluoma | 2018-10-05 | 1 | -0/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'feature/gb/pipeline-only-except-with-modified-paths' into 'master' | Kamil Trzciński | 2018-10-05 | 4 | -2/+89 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipeline only/except for modified paths See merge request gitlab-org/gitlab-ce!21981 | |||||
| * | | | | | | | | | Merge branch 'master' into feature/gb/pipeline-only-except-with-modified-paths | Grzegorz Bizon | 2018-10-05 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-paths | Kamil Trzciński | 2018-10-04 | 133 | -208/+734 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/ci/pipeline.rb | |||||
| * | | | | | | | | | | Add frozen strong literal directive to policy changes class | Grzegorz Bizon | 2018-10-02 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Freeze mutable constant in CI entry policy class | Grzegorz Bizon | 2018-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Match a dot in paths configured for only: changes | Grzegorz Bizon | 2018-10-02 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add only/except pipeline build policy for `changes` | Grzegorz Bizon | 2018-10-02 | 1 | -0/+21 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Make it possible to specifiy only: changes keywords | Grzegorz Bizon | 2018-10-02 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Treat nil git push revisons as a blank Git SHA value | Grzegorz Bizon | 2018-10-02 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Calculate modified paths of a git push operation | Grzegorz Bizon | 2018-09-28 | 2 | -0/+18 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add specs for extracted git push class | Grzegorz Bizon | 2018-09-28 | 1 | -2/+8 | |
| | | | | | | | | | | |