Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for `twitter:label` meta tagsrs-opengraph | Robert Speicher | 2015-12-24 | 1 | -0/+18 |
| | |||||
* | Add method that persist ensured token in `TokenAuthenticatable` | Grzegorz Bizon | 2015-12-23 | 1 | -6/+13 |
| | |||||
* | Fix method that ensures authentication token | Grzegorz Bizon | 2015-12-23 | 1 | -0/+4 |
| | | | | | | Until now, `ensure_#{token_filed_name}` method didn't persist new token in database. This closes #4235. | ||||
* | Merge branch 'add_email_unlock' into 'master' | Robert Speicher | 2015-12-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | Allow account unlock via email We see a lot of users get confused about what it means when your account gets locked. Many try to reset their password and are still faced with a lockout. With this change, users receive an email that allows them to unlock their account immediately. The previous behavior where the account is auto-unlocked after a time also still works. See merge request !2049 | ||||
| * | Allow account unlock via email | Drew Blessing | 2015-12-14 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'issue_3452' | Douwe Maan | 2015-12-21 | 1 | -0/+64 |
|\ \ | |||||
| * | | Fix broken spec. #3452 | Rubén Dávila | 2015-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add link to MR from Build detail page. #3452 | Rubén Dávila | 2015-12-16 | 1 | -0/+64 |
| | | | |||||
* | | | Merge branch 'coverage-regex' into 'master' | Douwe Maan | 2015-12-21 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build coverage regex matching to allow captures. Fixes #2644 /cc @DouweM See merge request !2138 | ||||
| * | | | Fix build coverage regex. | Jared Szechy | 2015-12-20 | 1 | -0/+6 |
| |/ / | | | | | | | | | | | | | | | | Added a spec for regex captures as well. Fixes #2644 | ||||
* | | | Backport JIRA service | Drew Blessing | 2015-12-18 | 4 | -5/+167 |
|/ / | |||||
* | | Merge branch 'add-open-issues-count-to-api' of ↵ | Dmitriy Zaporozhets | 2015-12-16 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Add open_issues_count to project API | Stan Hu | 2015-12-11 | 1 | -1/+5 |
| | | | | | | | | | | | | This is needed to support Huboard and a generally useful value. | ||||
* | | | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 5 | -21/+19 |
| |/ |/| | |||||
* | | Merge branch 'master' into ci/persist-registration-token | Grzegorz Bizon | 2015-12-14 | 19 | -908/+234 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) Fix runners admin view Fix migrations Rename mention of gitlab-git-http-server to gitlab-workhorse Bump Redis requirement to 2.8 for Sidekiq 4 requirements Fix wording on runner setup page add details on how to change saml button label Fix tests Move awards back to gray panel and few improvements to sidebar Few UI improvements to new sidebar implementation Fix tests for new issuable sidebar Update changelog Implement new sidebar for merge request page Make edit link on issuable sidebar works Redesign issue page for new sidebar Move awards css to separate file Implement issuable sidebar partial Update CHANGELOG Clarify cache behavior Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git ... Conflicts: db/schema.rb | ||||
| * \ | Merge branch 'ci-project-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 9 | -406/+130 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987 | ||||
| | * | | Fix specs | Kamil Trzcinski | 2015-12-11 | 2 | -2/+3 |
| | | | | |||||
| | * | | Fix after column rename | Kamil Trzcinski | 2015-12-11 | 2 | -5/+5 |
| | | | | |||||
| | * | | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 3 | -15/+15 |
| | | | | |||||
| | * | | Add runners token | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 9 | -412/+135 |
| | | | | |||||
| * | | | Merge branch 'ci-services-migrate' into 'master' | Kamil Trzciński | 2015-12-14 | 10 | -502/+95 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | Ci Services migrate See merge request !1985 | ||||
| | * | | Fix specs | Kamil Trzcinski | 2015-12-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 10 | -502/+95 |
| | | | | |||||
| * | | | emoji aliases problem | Valery Sizov | 2015-12-11 | 1 | -0/+9 |
| | | | | |||||
* | | | | Make sure that token `ensure_*` method always returns a token | Grzegorz Bizon | 2015-12-11 | 1 | -1/+8 |
| | | | | |||||
* | | | | Add specs for `TokenAuthenticatable` concern | Grzegorz Bizon | 2015-12-11 | 1 | -0/+50 |
|/ / / | |||||
* | | | Merge branch 'zj/gitlab-ce-copying-file-seen-as-licence' | Douwe Maan | 2015-12-11 | 1 | -1/+20 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' into copying-file-seen-as-licence | Zeger-Jan van de Weg | 2015-12-10 | 71 | -310/+801 |
| |\ \ | | |/ | |||||
| * | | Licence also accepted as license file | Zeger-Jan van de Weg | 2015-12-10 | 1 | -1/+10 |
| | | | |||||
| * | | Merge branch 'master' into copying-file-seen-as-licence | Zeger-Jan van de Weg | 2015-11-11 | 21 | -164/+741 |
| |\ \ | |||||
| * | | | Add specs on #license | Zeger-Jan van de Weg | 2015-10-15 | 1 | -0/+11 |
| | | | | |||||
* | | | | Don't allow to edit award emoji commentsemoji_edit_disallow | Valery Sizov | 2015-12-10 | 1 | -0/+17 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' into split-up-builds | Douwe Maan | 2015-12-09 | 1 | -1/+65 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into merge-if-green | Douwe Maan | 2015-12-09 | 3 | -0/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb # config/routes.rb | ||||
| * \ \ \ | Merge branch 'master' into zj/gitlab-ce-merge-if-green | Douwe Maan | 2015-12-08 | 6 | -1/+165 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 11 | -205/+276 |
| |\ \ \ \ \ | |||||
| * | | | | | | Button fix | Zeger-Jan van de Weg | 2015-12-07 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Incorporate feedback | Zeger-Jan van de Weg | 2015-12-05 | 1 | -8/+36 |
| | | | | | | | |||||
| * | | | | | | Specs for 'Merge When Build Succeeds' | Zeger-Jan van de Weg | 2015-12-02 | 1 | -0/+24 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 23 | -47/+303 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -1/+13 |
| | | | | | | | | |||||
* | | | | | | | | Tag model specs | Douwe Maan | 2015-12-09 | 68 | -68/+68 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Update annotations | Stan Hu | 2015-12-08 | 3 | -0/+3 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Add custom NamespaceValidator | Robert Speicher | 2015-12-07 | 1 | -1/+17 |
| | | | | | | |||||
* | | | | | | Add custom ColorValidator | Robert Speicher | 2015-12-07 | 1 | -0/+15 |
| | | | | | | |||||
* | | | | | | Add custom UrlValidator | Robert Speicher | 2015-12-07 | 1 | -0/+16 |
| | | | | | | |||||
* | | | | | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ce | Dmitriy Zaporozhets | 2015-12-07 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Handle and report SSL errors in Web hook test. Check for status 200 for success. | Stan Hu | 2015-12-04 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a Web hook test fails due to an SSL error or some other error, report the result back to the user instead of an Error 500. Closes #3656 Handle response | ||||
* | | | | | | | Merge branch 'webhook_payload_with_changes' into 'master' | Valery Sizov | 2015-12-07 | 1 | -0/+11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add added, modified and removed properties to commit object in webhook https://gitlab.com/gitlab-org/gitlab-ee/issues/20 See merge request !1988 |