Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10Moved endpoint to be passed to loadFile and simplified $.ready syntaxload-balsamiq-viewer-asyncLuke "Jared" Bennett
2017-05-09Removed empty balsamiq specLuke "Jared" Bennett
2017-05-09Return if no viewer element on readyLuke "Jared" Bennett
2017-05-09Remove fdescribe from balsamiq_viewer_spec.jsLuke "Jared" Bennett
2017-05-09Remove dataset dependency from constructorLuke "Jared" Bennett
2017-05-08Move endpoint to loadFileLuke "Jared" Bennett
2017-05-08Load balsamiq viewer asyncLuke "Jared" Bennett
2017-05-08Merge branch 'sh-fix-almost-there-spec-mysql' into 'master' Sean McGivern
Fix sub-second timing comparison error for Devise confirmation period Closes gitlab-ee#2362 See merge request !11156
2017-05-08Merge branch 'update-templates-for-9-2' into 'master' Timothy Andrew
Update gitignore, dockerfile, and license templates for 9.2 See merge request !11158
2017-05-08Merge branch 'document-foreign-keys' into 'master' Sean McGivern
Add documentation about adding foreign keys See merge request !11117
2017-05-08Add documentation about adding foreign keysYorick Peterse
[ci skip]
2017-05-08Merge branch 'update-deps-licenses-for-9-2' into 'master' Timothy Andrew
Update the vendor licenses file for 9.2 See merge request !11159
2017-05-08Merge branch 'lm-improve-HA-docs' into 'master' Sean Packham (GitLab)
clarify DB/Redis HA docs See merge request !11094
2017-05-08Update the vendor licenses file for 9.2.Timothy Andrew
2017-05-08Update gitignore, dockerfile, and license templates for 9.2.Timothy Andrew
2017-05-08Merge branch 'docs/new-topic-issues' into 'master' Sean Packham (GitLab)
New doc topic: issues Closes #27650 See merge request !11075
2017-05-08New doc topic: issuesMarcia Ramos
2017-05-08Merge branch '21393-allow-deletion-of-protected-branches' into 'master' Phil Hughes
Add confirm delete protected branch modal Closes #21393 See merge request !11000
2017-05-08Add confirm delete protected branch modalSam Rose
2017-05-08Merge branch 'fix/gl-project-id' into 'master'James Lopez
Omit gl_project_id from Import/Export Closes #29813 See merge request !11032
2017-05-08Fix sub-second timing comparison error for Devise confirmation periodStan Hu
On databases such as MySQL, it's possible to get into a timing comparison error if the value of `Confirmable#confirmation_sent_at` is within a second of `0.days.ago`. This is possible mostly in specs that test this behavior and most likely not happening in practice. The result of this error causes a user to be deemed active when it should be inactive. To prevent this error, we explicitly check the configuration setting to be `0.days.ago`. Closes gitlab-org/gitlab-ee#2362
2017-05-08Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master' Robert Speicher
Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
2017-05-08Merge branch 'revert-58d1cd6b' into 'master' Stan Hu
Revert "Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'" See merge request !11153
2017-05-08Merge branch 'zj-better-view-pipeline-schedule' into 'master' Kamil Trzciński
Add Pipeline Schedules that supersedes experimental Trigger Schedule Closes #30882 See merge request !10853
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-08Revert "Merge branch ↵Stan Hu
'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'" This reverts merge request !11150
2017-05-08Merge branch 'another-attempt-at-access_control_ce_spec-transient-failure' ↵Stan Hu
into 'master' Another attempt at access_control_ce_spec Closes #31827 See merge request !11123
2017-05-08Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' ↵Stan Hu
into 'master' Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection call … See merge request !11150
2017-05-08Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif
Closes gitaly#198
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif
2017-05-08Merge branch 'correctly-stub-application-settings-in_signup_spec' into 'master' Stan Hu
Correctly stub application settings in signup_spec.rb See merge request !11151
2017-05-07Merge branch '25226-realtime-pipelines-fe' into 'master' Kamil Trzciński
Rewrite Pipeline Graph in Vue.js to allow realtime Closes #25226 and #31557 See merge request !10878
2017-05-07Fix test|Z.J. van de Weg
2017-05-07Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection ↵Luke "Jared" Bennett
call of rspec_profiling.rb
2017-05-07Correctly stub application settings in signup_spec.rbLuke "Jared" Bennett
2017-05-07Make test that actually displays pipeline graphKamil Trzcinski
2017-05-07Move file loading to the top of the fileFilipa Lacerda
2017-05-06Adds missing CSS classFilipa Lacerda
2017-05-06Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda
* master: (40 commits) Use GitLab Pages v0.4.2 Do not reprocess actions when user retries pipeline Add specs for extended status for manual actions Refine inheritance model of extended CI/CD statuses Introduce generic manual action extended status class Check ability to update build on the API resource Require build to be present in the controller Authorize build update on per object basis Use update build policy instead of new play policy Improve environment policy class Rephrase documentation for protected actions feature Improve code style related to protected actions Add changelog entry for external env URL btn fix Hide environment external URL button if not defined Fix builds controller spec related to protected actions Fix environment policy class name in specs Add Changelog entry for protected manual actions Document protected manual actions feature Improve specs for jobs API regarding manual actions Fix Rubocop offense in environments policy class ...
2017-05-06Fix broken css classFilipa Lacerda
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
2017-05-06Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński
into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
2017-05-06Merge branch 'pages-0.4.2' into 'master' Kamil Trzciński
Use GitLab Pages v0.4.2 See merge request !11131
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-06Merge branch 'zj-real-time-pipelines' into 'master' Kamil Trzciński
Real time pipeline show action Closes #25226 See merge request !10777
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-06Merge branch 'fix-routable-find-by-full-path-on-mysql' into 'master' Sean McGivern
Fix `Routable.find_by_full_path` on MySQL See merge request !11146
2017-05-06Merge branch '23751-add-contribution-graph-key-tooltips' into 'master' Filipa Lacerda
Add tooltips to user contribution graph key Closes #23751 See merge request !11138
2017-05-06Fix `Routable.find_by_full_path` on MySQLSean McGivern
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136