Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch ↵ | Kamil Trzciński | 2017-11-06 | 2 | -2/+0 |
|\ | | | | | | | | | | | | | | | | | 'fix/sm/37299-environments-validate-uniqueness-on-url-and-can-cause-silent-deployment-failures' into 'master' Remove unique validation from external_url in Environment Closes #37299 See merge request gitlab-org/gitlab-ce!15202 | ||||
| * | Remove unique validation from external_url in Environmentfix/sm/37299-environments-validate-uniqueness-on-url-and-can-cause-silent-deployment-failures | Shinya Maeda | 2017-11-06 | 2 | -2/+0 |
| | | |||||
* | | Merge branch 'fix/sm/39817-fix-cron_parser_spec-rb' into 'master' | Rémy Coutable | 2017-11-06 | 1 | -6/+42 |
|\ \ | |/ |/| | | | | | | | | | Fix cron_parser_spec.rb (`master` branch failure on Nov 5th) Closes #39817 See merge request gitlab-org/gitlab-ce!15196 | ||||
| * | Add TimeCop freeze for DST and Regular timefix/sm/39817-fix-cron_parser_spec-rb | Shinya Maeda | 2017-11-05 | 1 | -6/+42 |
|/ | |||||
* | Merge branch '37473-expose-project-visibility-as-ci-variable' into 'master' | Kamil Trzciński | 2017-11-05 | 4 | -1/+9 |
|\ | | | | | | | | | | | | | Resolve "Expose project visibility as CI variable" Closes #37473 See merge request gitlab-org/gitlab-ce!15193 | ||||
| * | Harcode project visibility37473-expose-project-visibility-as-ci-variable | Matija Čupić | 2017-11-05 | 1 | -1/+1 |
| | | |||||
| * | Expose project visibility as CI variable | Matija Čupić | 2017-11-04 | 4 | -1/+9 |
| | | |||||
* | | Merge branch 'fix_migration_that_adds_ff_merge_field' into 'master' | Stan Hu | 2017-11-04 | 2 | -1/+10 |
|\ \ | |/ |/| | | | | | | | | | Fix a migration that adds merge_requests_ff_only_enabled column to MR table Closes #39382 and #39357 See merge request gitlab-org/gitlab-ce!15195 | ||||
| * | update a changelog | Valery Sizov | 2017-11-04 | 1 | -0/+5 |
| | | |||||
| * | Put a condition to old migration that adds fast_forward column to MRs | Valery Sizov | 2017-11-04 | 1 | -1/+5 |
|/ | |||||
* | Merge branch 'sh-headless-chrome-support' into 'master' | Stan Hu | 2017-11-03 | 149 | -456/+624 |
|\ | | | | | | | | | | | | | Replace PhantomJS with Headless Chrome for GitLab Integration Tests Closes #30876 See merge request gitlab-org/gitlab-ce!12244 | ||||
| * | fix flaky tests by removing unneeded clicks and focus actions | Mike Greiling | 2017-11-03 | 1 | -16/+1 |
| | | |||||
| * | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-11-03 | 102 | -834/+1294 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Ignore SQL CACHE hits in Sherlock Fix SQL timings for the performance bar Find the LFS-objects for a fork within a the fork network Remove bottom-border from last responsive table row Add system hooks user_rename and group_rename Unlink a project from a fork network when it's source was deleted. Make sure the settings page renders when root of a fork is deleted Remove Peek's original keyboard shortcut (numpad 0, keycode 96) Add application setting to Auto DevOps docs Enable MergeableSelector in scss-lint (for !14567) Enable MergeableSelector in scss-lint (for !14055) Enable MergeableSelector in scss-lint (for !14062) Enable MergeableSelector in scss-lint (for !14398) Enable MergeableSelector in scss-lint (for !13480) Enable MergeableSelector in scss-lint (for !13473) Enable MergeableSelector in scss-lint (for !13600) Enable MergeableSelector in scss-lint Resolve ""To do" should be "Todos" on Todos list page" Avoid regenerating the ref path for the environment Remove white space at bottom of issue boards ... | ||||
| * | | fix flaky test in gfm_autocomplete_spec.rb | Mike Greiling | 2017-11-03 | 1 | -1/+0 |
| | | | |||||
| * | | don't attempt to click on hidden elements | Mike Greiling | 2017-11-03 | 1 | -4/+6 |
| | | | |||||
| * | | replace use of unsupported trigger method with click | Mike Greiling | 2017-11-03 | 2 | -2/+2 |
| | | | |||||
| * | | prevent race condition when attempting to cancel a file upload | Mike Greiling | 2017-11-03 | 1 | -2/+4 |
| | | | |||||
| * | | confirm javascript modal when resetting email tokens | Mike Greiling | 2017-11-03 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-11-02 | 433 | -3801/+4275 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ... | ||||
| * | | | use resize_window helper | Mike Greiling | 2017-11-02 | 1 | -1/+2 |
| | | | | |||||
| * | | | refactor wait_for_requests, add slow_requests block helper | Mike Greiling | 2017-11-02 | 9 | -50/+64 |
| | | | | |||||
| * | | | target label instead of obscured input element | Mike Greiling | 2017-11-02 | 1 | -3/+1 |
| | | | | |||||
| * | | | scroll to top before attempting to click the "Side-by-side" button | Mike Greiling | 2017-11-02 | 1 | -3/+2 |
| | | | | |||||
| * | | | remove out-of-date comments about webdriver compatability | Mike Greiling | 2017-11-02 | 1 | -5/+1 |
| | | | | |||||
| * | | | explicitly add Accept: */* HTTP header back to test | Mike Greiling | 2017-11-02 | 1 | -1/+3 |
| | | | | |||||
| * | | | add visible argument to helper rather than duplicating code | Mike Greiling | 2017-11-02 | 1 | -3/+3 |
| | | | | |||||
| * | | | add InspectRequests helper automatically to :js tests | Mike Greiling | 2017-11-02 | 4 | -5/+1 |
| | | | | |||||
| * | | | add CookieHelper and InputHelper automatically to :js tests | Mike Greiling | 2017-11-02 | 10 | -18/+2 |
| | | | | |||||
| * | | | fix bracket styling | Mike Greiling | 2017-11-02 | 1 | -5/+5 |
| | | | | |||||
| * | | | remove unused capybara_select2 helper | Mike Greiling | 2017-11-01 | 1 | -5/+0 |
| | | | | |||||
| * | | | add spacing around yield | Mike Greiling | 2017-11-01 | 1 | -0/+2 |
| | | | | |||||
| * | | | add slow_requests! to filtered search tests which expect to see a loading ↵ | Mike Greiling | 2017-11-01 | 5 | -0/+10 |
| | | | | | | | | | | | | | | | | spinner | ||||
| * | | | make window resizing more resiliant on small screens when headless mode is off | Mike Greiling | 2017-11-01 | 1 | -3/+7 |
| | | | | |||||
| * | | | fix flaky fill_in use in which return key would occasionally be intercepted ↵ | Mike Greiling | 2017-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | by autocomplete | ||||
| * | | | move resize option the pre-test hooks instead of post-test | Mike Greiling | 2017-11-01 | 1 | -3/+3 |
| | | | | |||||
| * | | | enable CHROME_HEADLESS environment variable for Spinach tests similar to RSpec | Mike Greiling | 2017-11-01 | 1 | -1/+4 |
| | | | | |||||
| * | | | reset browser window size between tests | Mike Greiling | 2017-11-01 | 1 | -0/+3 |
| | | | | |||||
| * | | | explicitly check innerText since selenium webdriver only looks at visible text | Mike Greiling | 2017-11-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | prevent resolve buttons from being clicked twice triggering a race condition | Mike Greiling | 2017-11-01 | 1 | -4/+2 |
| | | | | |||||
| * | | | add accept_confirm around "remove" button | Mike Greiling | 2017-10-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove PhantomJS specific hacks | Mike Greiling | 2017-10-31 | 5 | -16/+0 |
| | | | | |||||
| * | | | fix edit token regression within ↵ | Mike Greiling | 2017-10-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | spec/features/issues/filtered_search/visual_tokens_spec.rb | ||||
| * | | | Added cookie_helper to the upload_file_spec | Jose Ivan Vargas | 2017-10-31 | 1 | -1/+2 |
| | | | | |||||
| * | | | update to Chrome 62 build image | Mike Greiling | 2017-10-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-31 | 262 | -3666/+4751 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ... | ||||
| * | | | | add missing parameter to triggerEvents | Mike Greiling | 2017-10-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | remove "command" key from test since it only applies on macOS | Mike Greiling | 2017-10-31 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | accept confirmation modal when erasing job trace in user_browses_job_spec.rb | Mike Greiling | 2017-10-31 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fix set_cookie references within multi-file editor specs | Mike Greiling | 2017-10-30 | 2 | -2/+4 |
| | | | | | |||||
| * | | | | flash message broken in rspec but already covered by repo_service_spec.js | Mike Greiling | 2017-10-30 | 2 | -2/+0 |
| | | | | |