summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'commit-diff-discussion-in-mr-context-fix-links' into 'master'41248-datetime_utility-calls-a-missing-lang-export-function-from-locale-index-js⛄️ Sean McGivern ⛄️2017-12-181-2/+12
|\
| * fix the commit diff discussion sending the wrong urlMicaël Bergeron2017-12-181-2/+12
* | Merge branch 'ph-es-notes-module' into 'master'Filipa Lacerda2017-12-183-16/+11
|\ \
| * \ Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-18127-171/+492
| |\ \
| * | | Export and use Notes ES modulePhil Hughes2017-12-153-16/+11
* | | | Only render signout screen when user is signed outFilipa Lacerda2017-12-181-491/+515
| |_|/ |/| |
* | | Merge branch '40871-todo-notification-count-shows-notification-without-having...Douwe Maan2017-12-185-10/+49
|\ \ \
| * | | Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-185-10/+49
* | | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-185-3/+233
|\ \ \ \
| * | | | Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-122-5/+21
| * | | | Add spec for ActionRateLimiterStan Hu2017-12-121-0/+27
| * | | | Add a spec for rate limiting pipeline schedulesStan Hu2017-12-121-0/+10
| * | | | Add rate limiting to guard against excessive scheduling of pipelinesStan Hu2017-12-121-1/+1
| * | | | Avoid Gitaly N+1 calls by caching tag_namesStan Hu2017-12-122-0/+11
| * | | | Fix Sidekiq worker and make flash message return a link to the pipelines pageStan Hu2017-12-121-1/+1
| * | | | Refactor common protected ref checkStan Hu2017-12-121-0/+92
| * | | | Create a play_pipeline_schedule policy and use itStan Hu2017-12-121-5/+16
| * | | | Address some comments with running a pipeline scheduleStan Hu2017-12-122-8/+11
| * | | | Add button to run scheduled pipeline immediatelyStan Hu2017-12-122-1/+61
* | | | | Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern2017-12-185-73/+40
|\ \ \ \ \
| * | | | | Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-155-73/+40
* | | | | | Merge branch 'winh-translate-contributors-page-dates' into 'master'Filipa Lacerda2017-12-184-0/+112
|\ \ \ \ \ \
| * | | | | | Translate date ranges on contributors pageWinnie Hellmann2017-12-181-0/+26
| * | | | | | Move dateTickFormat to separate moduleWinnie Hellmann2017-12-183-9/+52
| * | | | | | Add createDateTimeFormat to format dates based on localeWinnie Hellmann2017-12-181-0/+43
| | |_|_|_|/ | |/| | | |
* | | | | | Fixes 40842 - Adds extra cookies to JIRA service requestsStanislaw Wozniak2017-12-181-0/+20
|/ / / / /
* | | | | Merge branch 'ph-even-more-es-modules' into 'master'Filipa Lacerda2017-12-184-8/+4
|\ \ \ \ \
| * | | | | Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-154-8/+4
* | | | | | Fix job count in pipeline success mailChristiaan Van den Poel2017-12-182-2/+14
* | | | | | Merge branch '38019-hide-runner-token' into 'master'Clement Ho2017-12-153-3/+149
|\ \ \ \ \ \
| * | | | | | Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-153-3/+149
| |/ / / / /
* | | | | | Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher2017-12-152-0/+159
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-15326-3098/+10162
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-30140-1461/+4024
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-2262-207/+1659
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-38/+2
| * | | | | | | | | Just define allowed_ids and override it with empty valueLin Jen-Shin2017-11-221-0/+2
| * | | | | | | | | Updates based on feedbackLin Jen-Shin2017-11-221-95/+87
| * | | | | | | | | Allow initialize method and single ivarLin Jen-Shin2017-11-181-0/+29
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-17332-3047/+15389
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061008-9577/+30465
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-09-25115-1499/+2526
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-17/+72
| * | | | | | | | | | | | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+117
* | | | | | | | | | | | | Merge branch '38239-update-toggle-design' into 'master'Filipa Lacerda2017-12-151-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update tests for toggle design changeKushal Pandya2017-12-151-3/+11
* | | | | | | | | | | | | Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-15116-155/+155
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-14116-155/+155
* | | | | | | | | | | | | Merge branch 'ph-more-es-modules' into 'master'Filipa Lacerda2017-12-154-11/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-154-11/+3